Response#
- class eclypse.remote.communication.mpi.response.Response[source]#
Bases:
objectResponse class.
A Response is a data structure for acknowledging the processing of a message exchange within an MPIRequest.
Methods
__init__([code, timestamp])Attributes
The response code describing the message-processing outcome.
The timestamp when the response object was created.
- code: ResponseCode#
The response code describing the message-processing outcome.
- timestamp: datetime#
The timestamp when the response object was created.
- __init__(code=ResponseCode.OK, timestamp=<factory>)#
- Parameters:
code (ResponseCode)
timestamp (datetime)
- Return type:
None