Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
emit
Method · 0.95
format_frame_summary
Method · 0.45
format
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected