method: path.svnurl.getpycodeobj

*Not documented*
    def getpycodeobj(self):

origin: FSPathBase

where:

function source:

def getpycodeobj(self):
    s = self.read('rU')
    # XXX str(self) should show up somewhere in the code's filename
    return py.code.compile(s)

call sites:

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

traceback path.svnurl.getpycodeobj.0

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

traceback path.svnurl.getpycodeobj.1

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

traceback path.svnurl.getpycodeobj.2

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

traceback path.svnurl.getpycodeobj.3

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

traceback path.svnurl.getpycodeobj.4

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

traceback path.svnurl.getpycodeobj.5