MCPcopy 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
193def test_named_tuple():
194 class GoodNamedTuple(NamedTuple):
195 a: str
196 pass
197
198 class BadNamedTuple(NamedTuple):
199 a: str

Callers 1

test_named_tupleFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_named_tupleFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…