Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ HTMLNotImplemented
Class
HTMLNotImplemented
tests/test_formatters.py:316–318 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
314
f = HTMLFormatter()
315
316
class
HTMLNotImplemented(object):
317
def
_repr_html_(self):
318
raise
NotImplementedError
319
320
h = HTMLNotImplemented()
321
with
capture_output()
as
captured:
Callers
1
test_nowarn_notimplemented
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_nowarn_notimplemented
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…