Home
last modified time | relevance | path

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

/external/python/google-api-python-client/tests/
Dtest_schema.py62 self.assertTrue('Unknown type' in self.sc.prettyPrintSchema({}))
65 self.assertEqual({}, eval(self.sc.prettyPrintSchema({'type': 'object'})))
68 self.assertEqual(type(""), type(eval(self.sc.prettyPrintSchema({'type':
72 self.assertEqual(type(20), type(eval(self.sc.prettyPrintSchema({'type':
76 self.assertEqual(type(1.2), type(eval(self.sc.prettyPrintSchema({'type':
80 self.assertEqual(type(True), type(eval(self.sc.prettyPrintSchema({'type':
84 self.assertEqual('foo', eval(self.sc.prettyPrintSchema({'type':
88 self.assertEqual(20, eval(self.sc.prettyPrintSchema({'type':
92 self.assertEqual(1.2, eval(self.sc.prettyPrintSchema({'type':
96 self.assertEqual(False, eval(self.sc.prettyPrintSchema({'type':
[all …]
/external/python/google-api-python-client/googleapiclient/
Dschema.py146 def prettyPrintSchema(self, schema): member in Schemas
Ddiscovery.py934 docs.append(schema.prettyPrintSchema(methodDesc['response']))
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt326 googleapiclient.schema.Schemas.prettyPrintSchema googleapiclient.schema.Schemas-class.html#prettyPr…