TypeFilter
from direct.pyinst.tocfilter import TypeFilter
A filter for resource types. TypeFilter(typlist, include=0) where typlist is a subset of ['a','b','d','m','p','s','x','z']
Inheritance:
TypeFilter
:
_TypeFilter
_TypeFilter
:
_Filter
_Filter
:
Methods of TypeFilter:
__init__
Methods of _TypeFilter:
matches
Methods of _Filter:
__repr__
__init__
def __init__(self, typlist, include=0)
Undocumented function.
matches
def matches(self, res)
Undocumented function.
__repr__
def __repr__(self)
Undocumented function.