Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtarfile.py1653 for comptype in cls.OPEN_METH:
1654 func = getattr(cls, cls.OPEN_METH[comptype])
1672 if comptype in cls.OPEN_METH:
1673 func = getattr(cls, cls.OPEN_METH[comptype])
1757 OPEN_METH = { variable in TarFile