Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
def
indent(val: str) -> str:
12
return
_indent(val,
" "
)
13
14
15
def
_dedent(text: str) -> str:
Callers
7
class_get_trait_help
Method · 0.90
class_config_rst_doc
Method · 0.90
emit_alias_help
Method · 0.90
emit_flag_help
Method · 0.90
emit_subcommands_help
Method · 0.90
emit_examples
Method · 0.90
class_config_rst_doc
Function · 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…