core.rquest_dto.rule

source

Rule

class Rule(
  value: Any = None,
  type_: str = "",
  time: Union[str, None] = None,
  varname: str = "",
  operator: str = "",
)

Method

to_dict(self) -> dict:
from_dict(cls, dict_: dict):
_parse_numeric(self, value: str) -> Tuple[Union[float, None], Union[float, None]]:

Relationships

imported by Group