Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
loads
Function · 0.85
dumps
Function · 0.85
print
Function · 0.85
namedtuple
Function · 0.70
Point
Class · 0.70
_replace
Method · 0.45
Tested by
no test coverage detected