Home
last modified time | relevance | path

Searched defs:hook_compressed (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dfileinput.py369 def hook_compressed(filename, mode): function
/external/python/cpython3/Lib/
Dfileinput.py418 def hook_compressed(filename, mode, *, encoding=None, errors=None): function