Primary
collections.namedtuple() ⚬|Documentation|1st|20251021140940-00-⌔
namedtuple()Factory Function for Tuples with Named FieldsNamed tuples assign meaning to each position in a tuple and allow for more readable, self-documenting code. They can be used wherever regular tuples are used, and they add the ability to access fields by name instead of position index.
Printed 2026-06-28.
(echo:: @ ᯤ)
Link to original
Secondary
• • •