method: path.local.mkdir

 create & return the directory joined with args. 
    def mkdir(self, *args):

origin: path.local

where:

exceptions that might appear during execution:

function source:

def mkdir(self, *args):
    """ create & return the directory joined with args. """
    p = self.join(*args)
    self._callex(os.mkdir, str(p))
    return p

call sites:

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

traceback path.local.mkdir.0

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

traceback path.local.mkdir.1

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_lsession.py

traceback path.local.mkdir.2

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

traceback path.local.mkdir.3

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_lsession.py

traceback path.local.mkdir.4

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

traceback path.local.mkdir.5

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

traceback path.local.mkdir.6

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

traceback path.local.mkdir.7

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

traceback path.local.mkdir.8

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

traceback path.local.mkdir.9

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

traceback path.local.mkdir.10

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

traceback path.local.mkdir.11

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

traceback path.local.mkdir.12

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

traceback path.local.mkdir.13

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

traceback path.local.mkdir.14

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

traceback path.local.mkdir.15

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

traceback path.local.mkdir.16

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

traceback path.local.mkdir.17

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

traceback path.local.mkdir.18

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

traceback path.local.mkdir.19

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

traceback path.local.mkdir.20