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