test.collect.Directory API [rev. 38799]

class Directory(FSCollector):

*no docstring available*

class attributes and properties:

Class: <property object (dynamically calculated value)>
Directory: <property object (dynamically calculated value)>
DoctestFile: <property object (dynamically calculated value)>
Function: <property object (dynamically calculated value)>
Generator: <property object (dynamically calculated value)>
Instance: <property object (dynamically calculated value)>
Module: <property object (dynamically calculated value)>
obj: <property object (dynamically calculated value)>

methods:

def __init__(self, fspath, parent=None):

*no docstring available*

def filefilter(self, path):

*no docstring available*

def finishcapture(self):

*no docstring available*

def join(self, name):

*no docstring available*

def listchain(self):

return list of all parent collectors up to ourself.

def listnames(self):

*no docstring available*

def multijoin(self, namelist):

return a list of colitems for the given namelist.

def recfilter(self, path):

*no docstring available*

def run(self):

*no docstring available*

def setup(self):

*no docstring available*

def startcapture(self):

*no docstring available*

def teardown(self):

*no docstring available*

def __cmp__(self, other):

*no docstring available*

def __eq__(self, other):

*no docstring available*

def __hash__(self):

*no docstring available*

def __ne__(self, other):

*no docstring available*

def __repr__(self):

*no docstring available*