Document `TraitType.read_only`
Open
documentation
- Dominant language
- Python
- Stars
- 653
- Forks
- 217
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 2
Description
By searching the repo, I was able to find this description in the changelog:
> Trait attributes initialized with read_only=True can only be set with the set_trait method. Attempts to directly modify a read-only trait attribute raises a TraitError.
This description would be nice to have in docs/docstrings!
Contributor guide
Assessment
This issue has not been assessed yet.