method: test.Function.execute

 default implementation for calling a test target is to
            simply call it.
        
    def execute(self, target, *args):

origin: test.Function

where:

changes in __dict__ after execution:

exceptions that might appear during execution:

function source:

def execute(self, target, *args):
    """ default implementation for calling a test target is to
            simply call it.
        """
    target(*args)

call sites:

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

traceback test.Function.execute.0

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

traceback test.Function.execute.1

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

traceback test.Function.execute.2

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

traceback test.Function.execute.3

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

traceback test.Function.execute.4

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

traceback test.Function.execute.5

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

traceback test.Function.execute.6

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

traceback test.Function.execute.7

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

traceback test.Function.execute.8

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

traceback test.Function.execute.9

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

traceback test.Function.execute.10

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

traceback test.Function.execute.11

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

traceback test.Function.execute.12

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

traceback test.Function.execute.13

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

traceback test.Function.execute.14

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

traceback test.Function.execute.15

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

traceback test.Function.execute.16

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

traceback test.Function.execute.17

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

traceback test.Function.execute.18

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

traceback test.Function.execute.19

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

traceback test.Function.execute.20