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