method: path.extpy.dirpath

*Not documented*
    def dirpath(self, *args):

origin: path.extpy

where:

function source:

def dirpath(self, *args):
    modpath = self.modpath.split(self.sep) [:-1]
    modpath = self.sep.join(modpath+list(args))
    return self.__class__(self.root, modpath)

call sites:

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

traceback path.extpy.dirpath.0

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

traceback path.extpy.dirpath.1

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

traceback path.extpy.dirpath.2

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

traceback path.extpy.dirpath.3

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

traceback path.extpy.dirpath.4

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

traceback path.extpy.dirpath.5

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

traceback path.extpy.dirpath.6

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

traceback path.extpy.dirpath.7

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

traceback path.extpy.dirpath.8

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

traceback path.extpy.dirpath.9

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

traceback path.extpy.dirpath.10

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

traceback path.extpy.dirpath.11

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

traceback path.extpy.dirpath.12