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