ServiceBase¶ class bpod_core.ipc.ServiceBase ¶ Bases: AbstractContextManager Abstract Base class to ServiceHost and ServiceClient. abstractmethod close() ¶ Close the service and release all resources. Return type: None