MCPcopy Index your code
hub / github.com/ipython/ipython / pylight

Function pylight

IPython/core/oinspect.py:93–94  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

91
92
93def pylight(code):
94 return highlight(code, PythonLexer(), HtmlFormatter(noclasses=True))
95
96# builtin docstrings to ignore
97_func_call_docstring = types.FunctionType.__call__.__doc__

Callers 1

code_formatterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…