MCPcopy
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_engineMethod · 0.95
n_classdef36Function · 0.80
call36_tupleFunction · 0.80
call36_dictFunction · 0.80
n_except_suite_finalizeFunction · 0.80
n_classdefMethod · 0.80
n_const_listMethod · 0.80
n_dictMethod · 0.80
n_elifelsestmtrMethod · 0.80
n_ifelsestmtrMethod · 0.80
n_listMethod · 0.80
n_mkfuncMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected