Ejemplo n.º 1
0
 def __init__(self, *args):
     r"""
     __init__(MPI_Session self) -> MPI_Session
     __init__(MPI_Session self, int & argc, char **& argv) -> MPI_Session
     """
     _communication.MPI_Session_swiginit(
         self, _communication.new_MPI_Session(*args))
Ejemplo n.º 2
0
 def __init__(self, *args):
     this = _communication.new_MPI_Session(*args)
     try:
         self.this.append(this)
     except Exception:
         self.this = this