Home
last modified time | relevance | path

Searched refs:int_bytes (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py51 def _r_long(int_bytes): argument
53 return int.from_bytes(int_bytes, 'little')