Home
last modified time | relevance | path

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

/external/python/google-api-python-client/googleapiclient/
Dschema.py87 def _prettyPrintByName(self, name, seen=None, dent=0): member in Schemas
109 seen, dent=dent).to_str(self._prettyPrintByName)
126 return self._prettyPrintByName(name, seen=[], dent=1)[:-2]
144 return _SchemaToStruct(schema, seen, dent=dent).to_str(self._prettyPrintByName)
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt322 googleapiclient.schema.Schemas._prettyPrintByName googleapiclient.schema.Schemas-class.html#_pretty…