Split up trait_types.py
Open
- Dominant language
- Python
- Stars
- 462
- Forks
- 90
- PR merge metrics
- No merged PRs in 30d
Description
Th file is physically very large and could easily be broken up into a series of modules (or a subpackage with a series of modules) each of which is more focused (eg. a module with `BaseInt`, `Int`, etc., another with `Str` etc., another with `Property` and related code, and so on...)
For backwards compatibility `trait_types.py` may need to remain as a stub for some amount of time.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.