Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dpy_compile.py169 importlib._bootstrap_external._write_atomic(cfile, bytecode, mode)
/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py105 def _write_atomic(path, data, mode=0o666): function
127 _code_type = type(_write_atomic.__code__)
984 _write_atomic(path, data, _mode)