pcdsutils.info._LogbookInfo
- class pcdsutils.info._LogbookInfo(valid: bool = False)[source]
Base dataclass to help with retrieving logbook information and transforming it into a dataclass.
Subclasses should add the required fields for deserializing the given request.
- __init__(valid: bool = False) None
Methods
__init__([valid])Attributes
validIs this valid information, according to the logbook API?