Searched refs:_maybe_open (Results 1 – 1 of 1) sorted by relevance
38 def _maybe_open(archive, mode): function55 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: