MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / dedent

Method dedent

_pydevd_bundle/pydevd_code_to_source.py:101–102  ·  view source on GitHub ↗
(self, line)

Source from the content-addressed store, hash-verified

99 self.get_line(line).append(INDENT_MARKER)
100
101 def dedent(self, line):
102 self.get_line(line).append(DEDENT_MARKER)
103
104 def write(self, line, token):
105 if token in self.all_tokens:

Callers 1

_handleMethod · 0.80

Calls 2

get_lineMethod · 0.95
appendMethod · 0.45

Tested by

no test coverage detected