Package mpi4py :: Module MPI :: Class Prequest
[hide private]
[frames] | no frames]

type Prequest


Persistent request
Instance Methods [hide private]
 
Start(self)
Initiate a communication with a persistent request
 
Startall(type cls, requests)
Start a collection of persistent requests
a new object with type S, a subtype of T
__new__(S, ...)

Inherited from Request: Cancel, Free, Get_status, Test, Testall, Testany, Testsome, Wait, Waitall, Waitany, Waitsome, __eq__, __ge__, __gt__, __le__, __lt__, __ne__, __nonzero__, f2py, py2f, test, testall, testany, wait, waitall, waitany

Method Details [hide private]

__new__(S, ...)

 
Returns: a new object with type S, a subtype of T
Overrides: Request.__new__