MCPcopy Create free account
hub / github.com/ipython/traitlets / indent

Function indent

traitlets/utils/text.py:11–12  ·  view source on GitHub ↗
(val: str)

Source from the content-addressed store, hash-verified

9
10
11def indent(val: str) -> str:
12 return _indent(val, " ")
13
14
15def _dedent(text: str) -> str:

Callers 7

class_get_trait_helpMethod · 0.90
class_config_rst_docMethod · 0.90
emit_alias_helpMethod · 0.90
emit_flag_helpMethod · 0.90
emit_subcommands_helpMethod · 0.90
emit_examplesMethod · 0.90
class_config_rst_docFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…