DirFilter
from direct.pyinst.tocfilter import DirFilter
A filter based on directories. DirFilter(dirlist) dirs may be relative and will be normalized. Subdirectories of dirs will be excluded.
Inheritance:
DirFilter
:
_PathFilter
_PathFilter
:
_Filter
_Filter
:
Methods of DirFilter:
__init__
Methods of _PathFilter:
matches
Methods of _Filter:
__repr__
__init__
def __init__(self, dirlist)
Undocumented function.
matches
def matches(self, res)
Undocumented function.
__repr__
def __repr__(self)
Undocumented function.