_PatternFilter
from direct.pyinst.tocfilter import _PatternFilter
A filter that matches if re.search succeeds on the resource path
Inheritance:
_PatternFilter
:
_Filter
_Filter
:
Methods of _PatternFilter:
matches
Methods of _Filter:
__repr__
matches
def matches(self, res)
Undocumented function.
__repr__
def __repr__(self)
Undocumented function.