Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dpy_compile.py139 source_stats = loader.path_stats(file)
141 code, source_stats['mtime'], source_stats['size'])
/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py430 def _validate_bytecode_header(data, source_stats=None, name=None, path=None): argument
464 if source_stats is not None:
466 source_mtime = int(source_stats['mtime'])
475 source_size = source_stats['size'] & 0xFFFFFFFF
770 source_stats=st, name=fullname,