Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tanelpoder/0xtools
/ end_section
Method
end_section
lib/0xtools/argparse.py:262–264 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
260
self._current_section = section
261
262
def
end_section(self):
263
self._current_section = self._current_section.parent
264
self._dedent()
265
266
def
add_text(self, text):
267
if
text is not SUPPRESS and text is not None:
Callers
1
format_help
Method · 0.80
Calls
1
_dedent
Method · 0.95
Tested by
no test coverage detected