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

/pkg/src/modules/
H A Dcpiofile.py599 # from OPEN_METH.
603 # by adding it to the mapping in OPEN_METH.
636 if comptype in cls.OPEN_METH:
637 func = getattr(cls, cls.OPEN_METH[comptype])
657 for comptype in cls.OPEN_METH:
658 func = getattr(cls, cls.OPEN_METH[comptype])
784 OPEN_METH = { variable in class:CpioFile

Completed in 16 milliseconds