コード例 #1
0
 def __init__(self, **kwds):
     JavaGenerator.__init__(self, mutable_compound_types=True, **kwds)
コード例 #2
0
 def __init__(self, project_name, **kwds):
     JavaGenerator.__init__(self, **kwds)
     self._project_name = project_name
コード例 #3
0
 def __init__(self, **kwds):
     JavaGenerator.__init__(self, mutable_compound_types=True, **kwds)