Lines Matching defs:object
42 _ExprValue = Union[List[object], Dict[str, object], str, bool]
48 data: Mapping[str, object],
148 info, "top-level expression must be an object")
173 info, "value of 'pragma' must be an object")
184 def _add_expr(self, expr: Mapping[str, object],
224 def _pragma(name: str, value: object, info: QAPISourceInfo) -> None:
226 def check_list_str(name: str, value: object) -> List[str]:
360 def get_members(self) -> Dict[str, object]:
361 expr: Dict[str, object] = {}
387 def get_values(self) -> List[object]:
388 expr: List[object] = []