Exemplo n.º 1
0
 def Save(self, *args):
     r"""
     Save(GroupTopology self, std::ostream & out)
     Save(GroupTopology self, char const * file, int precision=8)
     """
     return _communication.GroupTopology_Save(self, *args)
Exemplo n.º 2
0
 def Save(self, out):
     return _communication.GroupTopology_Save(self, out)