fredgj / named_tuple

re-implementation of namedtuple from collections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

named_tuple

This is a re-implementations of pythons namedtuple from the collections module. Named tuple is an easy way to dynamically create a lightweight subclass of tuple. Like tuples, named tuples are immutable.

About

re-implementation of namedtuple from collections


Languages

Language:Python 100.0%