Home
last modified time | relevance | path

Searched refs:SHORT_BINUNICODE (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2and3/
H A Dpickle.pyi132 SHORT_BINUNICODE: bytes
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/2and3/
H A Dpickle.pyi168 SHORT_BINUNICODE: bytes
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dpickle.pyi163 SHORT_BINUNICODE: bytes
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A Dpickle.pyi174 SHORT_BINUNICODE: bytes
/dports/lang/python37/Python-3.7.12/Lib/
H A Dpickle.py170 SHORT_BINUNICODE = b'\x8c' # push short string; UTF-8 length < 256 bytes variable
743 self.write(SHORT_BINUNICODE + pack("<B", n) + encoded)
1275 dispatch[SHORT_BINUNICODE[0]] = load_short_binunicode
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dpickle.py180 SHORT_BINUNICODE = b'\x8c' # push short string; UTF-8 length < 256 bytes variable
855 self.write(SHORT_BINUNICODE + pack("<B", n) + encoded)
1427 dispatch[SHORT_BINUNICODE[0]] = load_short_binunicode
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dpickle.py180 SHORT_BINUNICODE = b'\x8c' # push short string; UTF-8 length < 256 bytes variable
855 self.write(SHORT_BINUNICODE + pack("<B", n) + encoded)
1427 dispatch[SHORT_BINUNICODE[0]] = load_short_binunicode
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dpickle.py180 SHORT_BINUNICODE = b'\x8c' # push short string; UTF-8 length < 256 bytes variable
855 self.write(SHORT_BINUNICODE + pack("<B", n) + encoded)
1427 dispatch[SHORT_BINUNICODE[0]] = load_short_binunicode
/dports/lang/python39/Python-3.9.9/Lib/
H A Dpickle.py180 SHORT_BINUNICODE = b'\x8c' # push short string; UTF-8 length < 256 bytes variable
855 self.write(SHORT_BINUNICODE + pack("<B", n) + encoded)
1427 dispatch[SHORT_BINUNICODE[0]] = load_short_binunicode
/dports/lang/python38/Python-3.8.12/Lib/
H A Dpickle.py180 SHORT_BINUNICODE = b'\x8c' # push short string; UTF-8 length < 256 bytes variable
855 self.write(SHORT_BINUNICODE + pack("<B", n) + encoded)
1427 dispatch[SHORT_BINUNICODE[0]] = load_short_binunicode
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dpickle.py180 SHORT_BINUNICODE = b'\x8c' # push short string; UTF-8 length < 256 bytes variable
855 self.write(SHORT_BINUNICODE + pack("<B", n) + encoded)
1427 dispatch[SHORT_BINUNICODE[0]] = load_short_binunicode
/dports/lang/python310/Python-3.10.1/Lib/
H A Dpickle.py180 SHORT_BINUNICODE = b'\x8c' # push short string; UTF-8 length < 256 bytes variable
856 self.write(SHORT_BINUNICODE + pack("<B", n) + encoded)
1428 dispatch[SHORT_BINUNICODE[0]] = load_short_binunicode
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dpickle.py180 SHORT_BINUNICODE = b'\x8c' # push short string; UTF-8 length < 256 bytes variable
856 self.write(SHORT_BINUNICODE + pack("<B", n) + encoded)
1428 dispatch[SHORT_BINUNICODE[0]] = load_short_binunicode
/dports/lang/python37/Python-3.7.12/Modules/
H A D_pickle.c93 SHORT_BINUNICODE = '\x8c', enumerator
2395 header[0] = SHORT_BINUNICODE; in write_unicode_binary()
6459 OP_ARG(SHORT_BINUNICODE, load_counted_binunicode, 1) in load()
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A D_pickle.c98 SHORT_BINUNICODE = '\x8c', enumerator
2677 header[0] = SHORT_BINUNICODE; in write_unicode_binary()
6938 OP_ARG(SHORT_BINUNICODE, load_counted_binunicode, 1) in load()
/dports/lang/python310/Python-3.10.1/Modules/
H A D_pickle.c99 SHORT_BINUNICODE = '\x8c', enumerator
2674 header[0] = SHORT_BINUNICODE; in write_unicode_binary()
6895 OP_ARG(SHORT_BINUNICODE, load_counted_binunicode, 1) in load()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A D_pickle.c98 SHORT_BINUNICODE = '\x8c', enumerator
2677 header[0] = SHORT_BINUNICODE; in write_unicode_binary()
6938 OP_ARG(SHORT_BINUNICODE, load_counted_binunicode, 1) in load()
/dports/lang/python39/Python-3.9.9/Modules/
H A D_pickle.c98 SHORT_BINUNICODE = '\x8c', enumerator
2678 header[0] = SHORT_BINUNICODE; in write_unicode_binary()
6942 OP_ARG(SHORT_BINUNICODE, load_counted_binunicode, 1) in load()
/dports/lang/python38/Python-3.8.12/Modules/
H A D_pickle.c98 SHORT_BINUNICODE = '\x8c', enumerator
2677 header[0] = SHORT_BINUNICODE; in write_unicode_binary()
6938 OP_ARG(SHORT_BINUNICODE, load_counted_binunicode, 1) in load()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A D_pickle.c98 SHORT_BINUNICODE = '\x8c', enumerator
2677 header[0] = SHORT_BINUNICODE; in write_unicode_binary()
6938 OP_ARG(SHORT_BINUNICODE, load_counted_binunicode, 1) in load()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A D_pickle.c98 SHORT_BINUNICODE = '\x8c', enumerator
2677 header[0] = SHORT_BINUNICODE; in write_unicode_binary()
6938 OP_ARG(SHORT_BINUNICODE, load_counted_binunicode, 1) in load()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A D_pickle.c102 SHORT_BINUNICODE = '\x8c', enumerator
2677 header[0] = SHORT_BINUNICODE; in write_unicode_binary()
6898 OP_ARG(SHORT_BINUNICODE, load_counted_binunicode, 1) in load()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/qsci/api/python/
H A DPython-3.6.api4676 pickle.SHORT_BINUNICODE
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/qsci/api/python/
H A DPython-3.8.api4708 pickle.SHORT_BINUNICODE
H A DPython-3.6.api4676 pickle.SHORT_BINUNICODE

12