method: path.checker.__init__

*Not documented*
    def __init__(self, **kwargs):

origin: path.checker

where:

changes in __dict__ after execution:

function source:

def __init__(self, **kwargs):
    py.std.warnings.warn("py.path.checker is deprecated, construct "
                         "calls to pathobj.check() instead", 
                         DeprecationWarning, stacklevel=2)
    self.kwargs = kwargs

call sites:

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

traceback path.checker.__init__.0

called in /home/johnny/projects/merlinux/py/dist/py/path/testing/common.py

traceback path.checker.__init__.1

called in /home/johnny/projects/merlinux/py/dist/py/path/testing/common.py

traceback path.checker.__init__.2

called in /home/johnny/projects/merlinux/py/dist/py/initpkg.py

traceback path.checker.__init__.3

called in /home/johnny/projects/merlinux/py/dist/py/initpkg.py

traceback path.checker.__init__.4

called in /home/johnny/projects/merlinux/py/dist/py/initpkg.py

traceback path.checker.__init__.5

called in /home/johnny/projects/merlinux/py/dist/py/initpkg.py

traceback path.checker.__init__.6

called in /home/johnny/projects/merlinux/py/dist/py/path/testing/common.py

traceback path.checker.__init__.7

called in /home/johnny/projects/merlinux/py/dist/py/path/testing/common.py

traceback path.checker.__init__.8