MCPcopy
hub / github.com/rocky/python-uncompyle6 / indent_less

Method indent_less

uncompyle6/semantics/pysource.py:455–456  ·  view source on GitHub ↗
(self, indent=TAB)

Source from the content-addressed store, hash-verified

453 self.indent += indent
454
455 def indent_less(self, indent=TAB):
456 self.indent = self.indent[: -len(indent)]
457
458 def traverse(self, node, indent=None, is_lambda=False):
459 self.param_stack.append(self.params)

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