method: path.extpy.join

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

origin: path.extpy

where:

function source:

def join(self, *args):
    for arg in args:
        if not isinstance(arg, str):
            raise TypeError, "non-strings not allowed in %r" % args
    modpath = [x.strip('.') for x in ((self.modpath,)+args) if x]
    modpath = self.sep.join(modpath)
    return self.__class__(self.root, modpath)

call sites:

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

traceback path.extpy.join.0

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

traceback path.extpy.join.1

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

traceback path.extpy.join.2

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

traceback path.extpy.join.3

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

traceback path.extpy.join.4

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

traceback path.extpy.join.5

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

traceback path.extpy.join.6

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

traceback path.extpy.join.7

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

traceback path.extpy.join.8

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

traceback path.extpy.join.9

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

traceback path.extpy.join.10

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

traceback path.extpy.join.11

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

traceback path.extpy.join.12

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

traceback path.extpy.join.13

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

traceback path.extpy.join.14

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

traceback path.extpy.join.15

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

traceback path.extpy.join.16

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

traceback path.extpy.join.17

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

traceback path.extpy.join.18

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

traceback path.extpy.join.19

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

traceback path.extpy.join.20