示例#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