Esempio n. 1
0
 def __init__(self, **kwds):
     JavaGenerator.__init__(self, mutable_compound_types=True, **kwds)
 def __init__(self, project_name, **kwds):
     JavaGenerator.__init__(self, **kwds)
     self._project_name = project_name
Esempio n. 3
0
 def __init__(self, **kwds):
     JavaGenerator.__init__(self, mutable_compound_types=True, **kwds)