*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()
called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py
traceback path.svnurl.__contains__.0
called in /home/johnny/projects/merlinux/py/dist/py/magic/autopath.py
traceback path.svnurl.__contains__.1
called in /home/johnny/projects/merlinux/py/dist/py/path/testing/common.py
traceback path.svnurl.__contains__.2
called in /home/johnny/projects/merlinux/py/dist/py/path/testing/common.py
traceback path.svnurl.__contains__.3
called in /home/johnny/projects/merlinux/py/dist/py/path/testing/common.py
traceback path.svnurl.__contains__.4
called in /home/johnny/projects/merlinux/py/dist/py/path/testing/common.py