Commit b85509a
committed
formats(docs[PANE_FORMATS]): clarify lists are reference-only, not runtime
why: PANE_FORMATS and sibling constants are never imported at runtime;
the live mechanism is neo.Obj.__dataclass_fields__ + get_output_format().
Without this docstring, the pane_title entry uncommented in this PR
looks like dead code that should be removed.
what:
- Expand module docstring to state constants are reference documentation
- Point future maintainers to neo.Obj and get_output_format()1 parent 5539d96 commit b85509a
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
6 | 12 | | |
7 | 13 | | |
8 | 14 | | |
| |||
0 commit comments