|
int
|
Get_count(self,
datatype: Datatype= BYTE)
Get the number of top level elements |
|
|
|
int
|
Get_elements(self,
datatype: Datatype)
Get the number of basic elements in a datatype |
|
|
|
int
|
Get_error(self)
Get message error |
|
|
|
int
|
Get_source(self)
Get message source |
|
|
|
int
|
Get_tag(self)
Get message tag |
|
|
|
bool
|
Is_cancelled(self)
Test to see if a request was cancelled |
|
|
|
None
|
Set_cancelled(self,
flag: bool)
Set the cancelled state associated with a status |
|
|
|
None
|
Set_elements(self,
datatype: Datatype,
count: int)
Set the number of elements in a status |
|
|
|
None
|
Set_error(self,
error: int)
Set message error |
|
|
|
None
|
Set_source(self,
source: int)
Set message source |
|
|
|
None
|
Set_tag(self,
tag: int)
Set message tag |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a new object with type S, a subtype of T
|
|
|
Status
|
| f2py(cls,
arg: Listint=...) |
|
|
|
List[int]
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__init__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|