recordtype
Similar to namedtuple, but instances are mutable.
Similar to namedtuple, but instances are mutable.
To install this package, run one of the following:
recordtype provides a factory function, named recordtype.recordtype. It is similar to collections.namedtuple, but recordtype instances are mutable, recordtype supports per-field default values, and recordtype supports an optional default value, to be used by all fields which do not have an explicit default value.
Summary
Similar to namedtuple, but instances are mutable.
Last Updated
Nov 14, 2019 at 09:28
License
Apache-2.0
Total Downloads
13.5K
Supported Platforms
GitHub Repository
https://bitbucket.org/ericvsmith/recordtypeDocumentation
https://bitbucket.org/ericvsmith/recordtype