Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rocky/python-uncompyle6
/ indent_more
Method
indent_more
uncompyle6/semantics/pysource.py:452–453 ·
view source on GitHub ↗
(self, indent=TAB)
Source
from the content-addressed store, hash-verified
450
self.set_pos_info(node)
451
452
def
indent_more(self, indent=TAB):
453
self.indent += indent
454
455
def
indent_less(self, indent=TAB):
456
self.indent = self.indent[: -len(indent)]
Callers
15
template_engine
Method · 0.95
n_classdef36
Function · 0.80
call36_tuple
Function · 0.80
call36_dict
Function · 0.80
n_except_suite_finalize
Function · 0.80
n_classdef
Method · 0.80
n_const_list
Method · 0.80
n_dict
Method · 0.80
n_elifelsestmtr
Method · 0.80
n_ifelsestmtr
Method · 0.80
n_list
Method · 0.80
n_mkfunc
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected