Lines Matching full:dict
16 Dict,
53 # Non-scalar: List, Dict
54 # _value = Union[str, bool, None, Dict[str, JSONValue], List[JSONValue]]
63 _NonScalar = Union[Dict[str, _Stub], List[_Stub]]
71 SchemaInfo = Dict[str, object]
72 SchemaInfoEnumMember = Dict[str, object]
73 SchemaInfoObject = Dict[str, object]
74 SchemaInfoObjectVariant = Dict[str, object]
75 SchemaInfoObjectMember = Dict[str, object]
76 SchemaInfoCommand = Dict[str, object]
84 Annotated generally contains a SchemaInfo-like type (as a dict),
107 dict key; which suppresses the output indent.
117 msg = "dict values cannot have attached comments or if-conditionals."
149 elif isinstance(obj, dict):
182 self._name_map: Dict[str, str] = {}
256 def _gen_tree(self, name: str, mtype: str, obj: Dict[str, object],