1. Abstract¶
The namedtupledefs package provides a patched version of the original collections.namedtuple. The namedtupledefs package introduces:
field defaults
merge

Figure: Class Diagram of namedtupledefs more…
For an overview with additional details refer to the following section Blueprint.
For the standard library collections.namedtuple see Python documentation [namedtuple]. For the release for Python3 refer to namedtupledefs [namedtupledefs] or namedtupledefs3 [namedtupledefs3].