Home
last modified time | relevance | path

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

/external/python/google-api-python-client/tests/
Dtest_schema.py62 sorted(self.sc.prettyPrintByName("LoadFeed").splitlines()),
148 self.assertEqual(feed, eval(self.sc.prettyPrintByName("AnimalFeed")))
170 self.assertEqual(items, eval(self.sc.prettyPrintByName("AnimalMap")))
173 self.assertRaises(KeyError, self.sc.prettyPrintByName, "UknownSchemaThing")
/external/python/google-api-python-client/googleapiclient/
Dschema.py116 def prettyPrintByName(self, name): member in Schemas
Ddiscovery.py945 schema.prettyPrintByName(paramdesc["$ref"]),
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt346 googleapiclient.schema.Schemas.prettyPrintByName googleapiclient.schema.Schemas-class.html#prettyPr…