method: test.collect.Generator.run

*Not documented*
    def run(self): 

origin: test.collect.Generator

where:

changes in __dict__ after execution:

exceptions that might appear during execution:

function source:

def run(self): 
    self._prepare()
    itemlist = self._name2items
    return [itemlist["[%d]" % num].name for num in xrange(len(itemlist))]

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/test/testing/test_collect.py

traceback test.collect.Generator.run.0

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

traceback test.collect.Generator.run.1

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

traceback test.collect.Generator.run.2

called in /home/johnny/projects/merlinux/py/dist/py/test/testing/test_collect.py

traceback test.collect.Generator.run.3

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

traceback test.collect.Generator.run.4

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

traceback test.collect.Generator.run.5