コード例 #1
0
ファイル: dart_document.py プロジェクト: adam-singer/thryft
 def __init__(self, package_name, **kwds):
     Document.__init__(self, **kwds)
     self.__package_name = package_name
コード例 #2
0
ファイル: dart_document.py プロジェクト: minorg/thryft
 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