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 f6387eb commit 11180c6Copy full SHA for 11180c6
dictdatabase/byte_codes.py
@@ -10,3 +10,5 @@
10
NEWLINE = 10
11
COLON = 58
12
COMMA = 44
13
+DIGIT_0 = 48
14
+DIGIT_9 = 57
0 commit comments