method: compat.textwrap.__init__

*Not documented*
    def __init__(self, pkg, name):

origin: Module

where:

function source:

def __init__(self, pkg, name):
    self.__package__ = pkg
    self.__name__ = name
    self.__map__ = {}

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/initpkg.py

traceback compat.textwrap.__init__.0