Home
last modified time | relevance | path

Searched defs:bytes_types (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/
Dbase64.py32 bytes_types = (bytes, bytearray) # Types acceptable as binary data variable
Dpickletools.py21 bytes_types = pickle.bytes_types variable
Dpickle.py51 bytes_types = (bytes, bytearray) variable