Home
last modified time | relevance | path

Searched refs:json_key (Results 1 – 1 of 1) sorted by relevance

/misc/config_tools/scenario_config/jsonschema/
A Ddocument.py97 def fake_role(self, rest_key, json_key): argument
101 if self.data is None or json_key not in self.data or key not in self.data[json_key]:
103 return self.url(key, self.data[json_key][key])

Completed in 6 milliseconds