method: path.local.__contains__

*Not documented*
    def __contains__(self, other):

origin: PathBase

where:

function source:

def __contains__(self, other):
    if isinstance(other, str):
        return self.join(other).check()
    else:
        if other.dirpath() != self:
            return False
        p = self.join(other.basename)
        return p.check()

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__contains__.0

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__contains__.1

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__contains__.2

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__contains__.3

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__contains__.4

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__contains__.5

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__contains__.6

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__contains__.7

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__contains__.8

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__contains__.9

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__contains__.10

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__contains__.11

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__contains__.12

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__contains__.13

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__contains__.14

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__contains__.15

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__contains__.16

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__contains__.17

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__contains__.18

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__contains__.19

called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py

traceback path.local.__contains__.20