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

Class DummyRepr

tests/test_interactiveshell.py:984–992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

982
983
984class DummyRepr(object):
985 def __repr__(self):
986 return "DummyRepr"
987
988 def _repr_html_(self):
989 return "<b>dummy</b>"
990
991 def _repr_javascript_(self):
992 return "console.log('hi');", {"key": "value"}
993
994
995def test_user_variables():

Callers 1

test_user_variablesFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_user_variablesFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…