Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dpy_compile.py172 importlib._bootstrap_external._write_atomic(cfile, bytecode, mode)
/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py120 def _write_atomic(path, data, mode=0o666): function
142 _code_type = type(_write_atomic.__code__)
1050 _write_atomic(path, data, _mode)