We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffaffdc commit c574c7fCopy full SHA for c574c7f
2 files changed
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- python-version: ['3.12', 'pypy-3.10']
+ python-version: ['3.13', 'pypy-3.10']
19
steps:
20
- name: Checkout
21
uses: actions/checkout@v3
docs/src/lvs/binary-format.rst
@@ -7,7 +7,7 @@ This page describes version ``0x00011000``.
7
8
.. code-block:: abnf
9
10
- LvsModel = LVS-MODEL-TYPE TLV-LENGTH
+ LvsModel =
11
Version
12
StartId
13
NamedPatternCnt
@@ -181,3 +181,5 @@ python-ndn provides the following built-in functions:
181
182
- ``$eq``: compares two components.
183
- ``$eq_type``: compares the type of two components.
184
+
185
+The details of user functions is up to specific implementation.
0 commit comments