- class pxblat.Status(mashumaro.mixins.json.DataClassJSONMixin, mashumaro.mixins.dict.DataClassDictMixin)[source]
A data class representing the status of a server.
- pcr_requests¶
The number of PCR requests the server has handled, an alias for ‘pcr requests’.
- blat_requests¶
The number of BLAT requests the server has handled, an alias for ‘blat requests’.
Public members¶
- to_dict()
- classmethod __init_subclass__(**kwargs: Any)
This method is called when a class is subclassed.
Constructors¶
- Status(version: str, serverType: str, types: str, host: str, ...)
Initialize self. See help(type(self)) for accurate signature.
String representation¶
- __repr__()
Return repr(self).