Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ GoodNamedTuple
Class
GoodNamedTuple
tests/test_guarded_eval.py:194–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
193
def
test_named_tuple():
194
class
GoodNamedTuple(NamedTuple):
195
a: str
196
pass
197
198
class
BadNamedTuple(NamedTuple):
199
a: str
Callers
1
test_named_tuple
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_named_tuple
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…