Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ indent
Method
indent
Lib/traceback.py:987–988 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
985
self.need_close = False
986
987
def
indent(self):
988
return
' '
* (2 * self.exception_group_depth)
989
990
def
emit(self, text_gen, margin_char=None):
991
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