HomeSort by relevance Sort by last modified time
    Searched refs:bytes_types (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Lib/
base64.py 32 bytes_types = (bytes, bytearray) # Types acceptable as binary data variable
40 if isinstance(s, bytes_types):
153 if not isinstance(s, bytes_types):
288 if not isinstance(b, bytes_types):
pickletools.py 21 bytes_types = pickle.bytes_types variable
    [all...]
pickle.py 43 bytes_types = (bytes, bytearray) variable
    [all...]
  /external/python/cpython3/Lib/test/
pickletester.py 20 from pickle import bytes_types
    [all...]

Completed in 199 milliseconds