Skip to main content

condition

TOC

Classes

🅲 ProjectDbQueryCondition

class ProjectDbQueryCondition:

🅼 __init__

def __init__(
self,
id: Union[Tuple[int, int], int] = None,
timestamp: Union[Tuple[str, str], str] = None,
series: str = None,
run_id: Union[str, int] = None,
limit: int = None,
order: Dict[str, SortType] = {},
) -> None:

🅼 loads

def loads(cls, json_data):

🅼 dumpt

def dumpt(self):