MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-500261.py

File recipe-500261.py

recipes/Python/500261_Named_Tuples/recipe-500261.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from operator import itemgetter as _itemgetter
2from keyword import iskeyword as _iskeyword
3import sys as _sys
4

Callers

nothing calls this directly

Calls 5

loadsFunction · 0.85
dumpsFunction · 0.85
namedtupleFunction · 0.70
PointClass · 0.70
_replaceMethod · 0.45

Tested by

no test coverage detected