Home | History | Annotate | Download | only in googleapiclient

Lines Matching refs:pretty

18 deserialized JSON objects, or pretty print them as prototype objects that
83 # Cache of pretty printed schemas.
84 self.pretty = {}
88 """Get pretty printed object prototype from the schema name.
107 if name not in self.pretty:
108 self.pretty[name] = _SchemaToStruct(self.schemas[name],
113 return self.pretty[name]
116 """Get pretty printed object prototype from the schema name.
130 """Get pretty printed object prototype of schema.
147 """Get pretty printed object prototype of schema.