enthought / enthought/traitsui
Add stub methods to TableColumn
Open
type: enhancement
- Dominant language
- Python
- Stars
- 306
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
The `TableColumn` class lacks a few methods that are assumed to exist as part of the API by the `TableEditor` (with `get_value` probably being the most important one). It would be good to stub these out, either with null implementations or raising `NotImplementedError` if they are required. Even better might be to make `TableColumn` a proper `ABCHasTraits` subclass with certain critical methods marked as `@abstractmethods`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.