Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ code_formatter
Method
code_formatter
IPython/core/oinspect.py:691–695 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
689
)
690
691
def
code_formatter(text) -> Bundle:
692
return
{
693
'text/plain'
: self.format(text),
694
'text/html'
: pylight(text)
695
}
696
697
if
info[
"isalias"
]:
698
append_field(bundle,
"Repr"
,
"string_form"
)
Callers
nothing calls this directly
Calls
2
format
Method · 0.95
pylight
Function · 0.85
Tested by
no test coverage detected