Home
last modified time | relevance | path

Searched refs:OPEN_METH (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/
H A Dtarfile.py1770 # from OPEN_METH.
1774 # by adding it to the mapping in OPEN_METH.
1819 return cls.OPEN_METH[comptype] == 'taropen'
1821 for comptype in sorted(cls.OPEN_METH, key=not_compressed):
1822 func = getattr(cls, cls.OPEN_METH[comptype])
1842 if comptype in cls.OPEN_METH:
1843 func = getattr(cls, cls.OPEN_METH[comptype])
1968 OPEN_METH = { variable in TarFile

Completed in 5 milliseconds