Skip to main content

One doc tagged with "namedtuple"

View all tags

Namedtuple

The namedtuple function is a factory function from the collections module in Python that creates a new class-like object that behaves like a tuple, but with named fields. Here are some cases where you might consider using namedtuple: