Home
last modified time | relevance | path

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

/third_party/python/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: