MCPcopy Create free account
hub / github.com/dabeaz/python-cookbook / example2.py

File example2.py

src/9/defining_classes_programmatically/example2.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# An alternative formulation of namedtuples
2
3import operator
4import types

Callers

nothing calls this directly

Calls 2

named_tupleFunction · 0.85
PointClass · 0.50

Tested by

no test coverage detected