Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
from
operator
import
itemgetter
as
_itemgetter
2
from
keyword
import
iskeyword
as
_iskeyword
3
import
sys
as
_sys
4
Callers
nothing calls this directly
Calls
5
loads
Function · 0.85
dumps
Function · 0.85
namedtuple
Function · 0.70
Point
Class · 0.70
_replace
Method · 0.45
Tested by
no test coverage detected