Example #1
0
 def __init__(self, package_name, **kwds):
     Document.__init__(self, **kwds)
     self.__package_name = package_name
Example #2
0
 def __init__(self, import_base, **kwds):
     Document.__init__(self, **kwds)
     self.__import_base = import_base
Example #3
0
 def __init__(self, **kwds):
     Document.__init__(self, **kwds)
     self.__ts_path = None
Example #4
0
 def __init__(self, package_name, **kwds):
     Document.__init__(self, **kwds)
     self.__package_name = package_name
Example #5
0
 def __init__(self, **kwds):
     Document.__init__(self, **kwds)
     self.__ts_path = None