Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dpy_compile.py172 importlib._bootstrap_external._write_atomic(cfile, bytecode, mode)
/third_party/python/Lib/importlib/
D_bootstrap_external.py185 def _write_atomic(path, data, mode=0o666): function
207 _code_type = type(_write_atomic.__code__)
1122 _write_atomic(path, data, _mode)