Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ eqrepr
Function
eqrepr
IPython/core/ultratb.py:1519–1520 ·
view source on GitHub ↗
(value, repr=text_repr)
Source
from the content-addressed store, hash-verified
1517
1518
1519
def
eqrepr(value, repr=text_repr):
1520
return
'=%s'
% repr(value)
1521
1522
1523
def
nullrepr(value, repr=text_repr):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected