MCPcopy Create free account
hub / github.com/boostorg/build / decrease_indent

Method decrease_indent

v2/util/logger.py:22–24  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

20 self.indent_ += ' '
21
22 def decrease_indent (self):
23 if self.on () and len (self.indent_) > 4:
24 self.indent_ = self.indent_ [-4:]
25
26 def do_log (self, *args):
27 pass

Callers

nothing calls this directly

Calls 1

onMethod · 0.95

Tested by

no test coverage detected