method: path.extpy.check

*Not documented*
    def check(self, **kw):

origin: PathBase

where:

function source:

def check(self, **kw):
    if kw:
        kw = kw.copy()
        if not checktype(self, kw):
            return False
    else:
        kw = {'exists' : 1}
    return self.Checkers(self)._evaluate(kw)

call sites:

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

traceback path.extpy.check.0

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

traceback path.extpy.check.1

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

traceback path.extpy.check.2

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

traceback path.extpy.check.3

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

traceback path.extpy.check.4

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

traceback path.extpy.check.5

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

traceback path.extpy.check.6

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

traceback path.extpy.check.7

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

traceback path.extpy.check.8

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

traceback path.extpy.check.9

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

traceback path.extpy.check.10

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

traceback path.extpy.check.11

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

traceback path.extpy.check.12

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

traceback path.extpy.check.13

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

traceback path.extpy.check.14

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

traceback path.extpy.check.15

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

traceback path.extpy.check.16

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

traceback path.extpy.check.17

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

traceback path.extpy.check.18

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

traceback path.extpy.check.19

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

traceback path.extpy.check.20