Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28b0dc commit 99b6ce5Copy full SHA for 99b6ce5
1 file changed
Objects/lnotab_notes.txt
@@ -1,4 +1,7 @@
1
-Description of the internal format of the line number table
+Description of the internal format of the line number table in Python 3.10
2
+and earlier.
3
+
4
+(For 3.11 onwards, see Objects/locations.md)
5
6
Conceptually, the line number table consists of a sequence of triples:
7
start-offset (inclusive), end-offset (exclusive), line-number.
0 commit comments