Snippets tagged “namedtuple”
1 snippet uses this tag.
- What are "named tuples" in Python?Python
"Named tuples" in Python are a subclass of the built-in tuple type, but with the added ability to access elements by name rather than just by index.
1 snippet uses this tag.
"Named tuples" in Python are a subclass of the built-in tuple type, but with the added ability to access elements by name rather than just by index.