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

Class MyHTML

tests/test_formatters.py:382–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380 f = HTMLFormatter()
381
382 class MyHTML(object):
383 def _repr_html_(self):
384 return "hello"
385
386 with capture_output() as captured:
387 result = f(MyHTML)

Callers 1

test_print_method_boundFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_print_method_boundFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…