method: test.Function.__init__

*Not documented*
    def __init__(self, name, parent, args=(), obj=_dummy, sort_value = None):

origin: test.Function

where:

changes in __dict__ after execution:

function source:

def __init__(self, name, parent, args=(), obj=_dummy, sort_value = None):
    super(Function, self).__init__(name, parent) 
    self.args = args
    if obj is not _dummy: 
        self._obj = obj 
    self.sort_value = sort_value

call sites:

called in /tmp/pytest-418/docdoctest/conftest.py

traceback test.Function.__init__.0

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

traceback test.Function.__init__.1

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

traceback test.Function.__init__.2

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

traceback test.Function.__init__.3

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

traceback test.Function.__init__.4

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

traceback test.Function.__init__.5

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

traceback test.Function.__init__.6

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

traceback test.Function.__init__.7

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

traceback test.Function.__init__.8

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

traceback test.Function.__init__.9

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

traceback test.Function.__init__.10

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

traceback test.Function.__init__.11

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

traceback test.Function.__init__.12

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

traceback test.Function.__init__.13

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

traceback test.Function.__init__.14

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

traceback test.Function.__init__.15

called in /tmp/pytest-418/docdoctest/conftest.py

traceback test.Function.__init__.16

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

traceback test.Function.__init__.17

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

traceback test.Function.__init__.18

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

traceback test.Function.__init__.19

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

traceback test.Function.__init__.20