Searched refs:_maybe_open (Results 1 – 2 of 2) 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:
80 def _maybe_open(pathOrFile, mode): function99 with _maybe_open(pathOrFile, 'rb') as fp:111 with _maybe_open(pathOrFile, 'wb') as fp: