Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dzipapp.py38 def _maybe_open(archive, mode): function
55 with _maybe_open(archive, 'rb') as src:
64 with _maybe_open(new_archive, 'wb') as dst:
134 with _maybe_open(target, 'wb') as fd:
151 with _maybe_open(archive, 'rb') as f:
Dplistlib.py80 def _maybe_open(pathOrFile, mode): function
99 with _maybe_open(pathOrFile, 'rb') as fp:
111 with _maybe_open(pathOrFile, 'wb') as fp: