test.collect.Generator API [rev. unknown]

class Generator(FunctionMixin, PyCollectorMixin, test.collect.Collector):

*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, name, parent=None):

*no docstring available*

def classnamefilter(self, name):

*no docstring available*

def finishcapture(self):

*no docstring available*

def funcnamefilter(self, name):

*no docstring available*

def getcallargs(self, obj):

*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 makeitem(self, name, obj, usefilters=True):

*no docstring available*

def multijoin(self, namelist):

return a list of colitems for the given namelist.

def run(self):

*no docstring available*

def setup(self):

perform setup for this test function.

def startcapture(self):

*no docstring available*

def teardown(self):

perform teardown for this test function.

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*