bpod_core.ipc.ServiceBase

class bpod_core.ipc.ServiceBase

Bases: AbstractContextManager

Base class to ServiceHost and ServiceClient.

__init__() None
Return type:

None

abstractmethod close() None

Close the service and release all resources.

Return type:

None