Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dpy_compile.py140 bytecode = importlib._bootstrap_external._code_to_bytecode(
/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py497 def _code_to_bytecode(code, mtime=0, source_size=0): function
785 data = _code_to_bytecode(code_object, source_mtime,