Searched refs:json_type (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc-test-automation/ffdc/plugins/ |
H A D | redfish.py | 24 def execute_redfish_cmd(parms, json_type="json"): argument 44 elif json_type == "json":
|
/openbmc/qemu/scripts/qapi/ |
H A D | schema.py | 186 self, name: str, info: Optional[QAPISourceInfo], json_type: str 343 def json_type(self) -> str: member in QAPISchemaType 356 return json2qtype.get(self.json_type()) 383 def __init__(self, name: str, json_type: str, c_type: str): 385 assert json_type in ('string', 'number', 'int', 'boolean', 'null', 387 self._json_type_name = json_type 401 def json_type(self) -> str: member in QAPISchemaBuiltinType 405 return self.json_type() 409 visitor.visit_builtin_type(self.name, self.info, self.json_type()) 453 def json_type(self) -> str: member in QAPISchemaEnumType [all …]
|
H A D | introspect.py | 230 if typ.json_type() == 'int': 235 typ.element_type.json_type() == 'int'): 313 json_type: str) -> None: 314 self._gen_tree(name, 'builtin', {'json-type': json_type})
|
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/ |
H A D | rest_dbus.py | 1386 json_type = "application/json" variable in JsonApiRequestPlugin 1395 request.content_type != self.json_type: 1408 if self.json_type != content_type: 1433 json_type = "application/json" variable in JsonApiRequestTypePlugin 1438 if self.json_type != content_type:
|