Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/SirVer/ultisnips
/ reset_indent
Method
reset_indent
pythonx/UltiSnips/text_objects/python_code.py:130–132 ·
view source on GitHub ↗
Clears the indentation.
(self)
Source
from the content-addressed store, hash-verified
128
return
indent + line
129
130
def
reset_indent(self):
131
""
"Clears the indentation."
""
132
self.indent = self._initial_indent
133
134
# Utility methods
135
@property
Callers
1
_reset
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected