We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d053ce commit 521a921Copy full SHA for 521a921
python-namedtuple/namedtuple_dict_memory.py
@@ -1,4 +1,5 @@
1
from collections import namedtuple
2
+
3
from pympler import asizeof
4
5
Point = namedtuple("Point", "x y z")
0 commit comments