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

File recipe-578918.py

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

Source from the content-addressed store, hash-verified

1# collections.namedtuple, backported to Python 2.4, with a twist.
2#
3# This should be tested against Python 2.4 through 2.7, but is not expected
4# to work in Python 3.

Callers

nothing calls this directly

Calls 6

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

Tested by

no test coverage detected