MCPcopy Index your code
hub / github.com/googleapis/google-api-python-client / undent

Method undent

googleapiclient/schema.py:238–240  ·  view source on GitHub ↗

Decrease indentation level.

(self)

Source from the content-addressed store, hash-verified

236 self.dent += 1
237
238 def undent(self):
239 """Decrease indentation level."""
240 self.dent -= 1
241
242 def _to_str_impl(self, schema):
243 """Prototype object based on the schema, in Python code with comments.

Callers 1

_to_str_implMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected