mpi4py.MPI.Status ================= .. currentmodule:: mpi4py.MPI .. autoclass:: Status :show-inheritance: .. automethod:: __new__ .. rubric:: Methods Summary .. autosummary:: ~Status.Get_count ~Status.Get_elements ~Status.Get_error ~Status.Get_source ~Status.Get_tag ~Status.Is_cancelled ~Status.Set_cancelled ~Status.Set_elements ~Status.Set_error ~Status.Set_source ~Status.Set_tag ~Status.f2py ~Status.py2f .. rubric:: Attributes Summary .. autosummary:: ~Status.cancelled ~Status.count ~Status.error ~Status.source ~Status.tag .. rubric:: Methods Documentation .. automethod:: Get_count .. automethod:: Get_elements .. automethod:: Get_error .. automethod:: Get_source .. automethod:: Get_tag .. automethod:: Is_cancelled .. automethod:: Set_cancelled .. automethod:: Set_elements .. automethod:: Set_error .. automethod:: Set_source .. automethod:: Set_tag .. automethod:: f2py .. automethod:: py2f .. rubric:: Attributes Documentation .. autoattribute:: cancelled .. autoattribute:: count .. autoattribute:: error .. autoattribute:: source .. autoattribute:: tag