CMD + K

recordtype

Community

Similar to namedtuple, but instances are mutable.

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::recordtype

Usage Tracking

1.3
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

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

noarch