method: path.local.getpymodule

*Not documented*
    def getpymodule(self):

origin: path.local

where:

changes in __dict__ after execution:

exceptions that might appear during execution:

function source:

def getpymodule(self):
    if self.ext != '.c':
        return super(LocalPath, self).getpymodule()
    from py.__.misc.buildcmodule import make_module_from_c
    mod = make_module_from_c(self)
    return mod

call sites:

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

traceback path.local.getpymodule.0

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

traceback path.local.getpymodule.1

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

traceback path.local.getpymodule.2

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

traceback path.local.getpymodule.3

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

traceback path.local.getpymodule.4

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

traceback path.local.getpymodule.5

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

traceback path.local.getpymodule.6

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

traceback path.local.getpymodule.7

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

traceback path.local.getpymodule.8

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

traceback path.local.getpymodule.9

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

traceback path.local.getpymodule.10

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

traceback path.local.getpymodule.11

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

traceback path.local.getpymodule.12

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

traceback path.local.getpymodule.13

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

traceback path.local.getpymodule.14

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

traceback path.local.getpymodule.15

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

traceback path.local.getpymodule.16

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

traceback path.local.getpymodule.17

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

traceback path.local.getpymodule.18

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

traceback path.local.getpymodule.19

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

traceback path.local.getpymodule.20