Response#

class eclypse.remote.communication.mpi.response.Response[source]#

Bases: object

Response class.

A Response is a data structure for acknowledging the processing of a message exchange within an MPIRequest.

Methods

__init__([code, timestamp])

Attributes

code

The response code describing the message-processing outcome.

timestamp

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:
Return type:

None