method: test.Function.setup

*Not documented*
    def setup(self): 

origin: test.Function

where:

changes in __dict__ after execution:

function source:

def setup(self): 
    if getattr(self.obj, 'im_self', None): 
        name = 'setup_method' 
    else: 
        name = 'setup_function' 
    obj = self.parent.obj 
    meth = getattr(obj, name, None)
    if meth is not None: 
        return meth(self.obj) 

call sites:

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

traceback test.Function.setup.0

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

traceback test.Function.setup.1

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

traceback test.Function.setup.2

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

traceback test.Function.setup.3

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

traceback test.Function.setup.4

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

traceback test.Function.setup.5

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

traceback test.Function.setup.6

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

traceback test.Function.setup.7

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

traceback test.Function.setup.8

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

traceback test.Function.setup.9

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

traceback test.Function.setup.10

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

traceback test.Function.setup.11

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

traceback test.Function.setup.12

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

traceback test.Function.setup.13

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

traceback test.Function.setup.14

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

traceback test.Function.setup.15

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

traceback test.Function.setup.16

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

traceback test.Function.setup.17

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

traceback test.Function.setup.18

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

traceback test.Function.setup.19

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

traceback test.Function.setup.20