labthings_fastapi.thing_server_interface ======================================== .. py:module:: labthings_fastapi.thing_server_interface .. autoapi-nested-parse:: Interface between `.Thing` subclasses and the `.ThingServer`\ . Attributes ---------- .. autoapisummary:: labthings_fastapi.thing_server_interface.Params labthings_fastapi.thing_server_interface.ReturnType Exceptions ---------- .. autoapisummary:: labthings_fastapi.thing_server_interface.ThingServerMissingError Module Contents --------------- .. py:data:: Params .. py:data:: ReturnType .. py:exception:: ThingServerMissingError Bases: :py:obj:`RuntimeError` The error raised when a ThingServer is no longer available. This error indicates that a ThingServerInterface is still in use even though its underlying ThingServer has been deleted. This is unlikely to happen and usually indicates that the server has been created in an odd way. Initialize self. See help(type(self)) for accurate signature.