method: test.collect.DoctestFile.__init__

*Not documented*
    def __init__(self, fspath, parent=None): 

origin: FSCollector

where:

changes in __dict__ after execution:

function source:

def __init__(self, fspath, parent=None): 
    fspath = py.path.local(fspath) 
    super(FSCollector, self).__init__(fspath.basename, parent) 
    self.fspath = fspath 

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py

traceback test.collect.DoctestFile.__init__.0

called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py

traceback test.collect.DoctestFile.__init__.1

called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py

traceback test.collect.DoctestFile.__init__.2

called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py

traceback test.collect.DoctestFile.__init__.3

called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py

traceback test.collect.DoctestFile.__init__.4