def __init__(self, package_name, **kwds): Document.__init__(self, **kwds) self.__package_name = package_name
def __init__(self, import_base, **kwds): Document.__init__(self, **kwds) self.__import_base = import_base
def __init__(self, **kwds): Document.__init__(self, **kwds) self.__ts_path = None