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

type Grequest


Generalized request
Instance Methods [hide private]
 
Complete(self)
Notify that a user-defined request is complete
 
Start(type cls, query_fn, free_fn, cancel_fn, args=None, kargs=None)
Create and return a user-defined request
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__