Searched refs:OPEN_METH (Results 1 – 1 of 1) sorted by relevance
1669 return cls.OPEN_METH[comptype] == 'taropen'1670 for comptype in sorted(cls.OPEN_METH, key=not_compressed):1671 func = getattr(cls, cls.OPEN_METH[comptype])1689 if comptype in cls.OPEN_METH:1690 func = getattr(cls, cls.OPEN_METH[comptype])1791 OPEN_METH = { variable in TarFile