MCPcopy Index your code
hub / github.com/python/cpython / indent

Method indent

Lib/traceback.py:1007–1008  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1005 self.need_close = False
1006
1007 def indent(self):
1008 return ' ' * (2 * self.exception_group_depth)
1009
1010 def emit(self, text_gen, margin_char=None):
1011 if margin_char is None:

Callers 3

emitMethod · 0.95
format_frame_summaryMethod · 0.45
formatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected