DiamondLightSource / DiamondLightSource/cssgen
Remove public use of _attributes
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Attribute names starting with `_` have special meaning in the rendering logic. PEP8 notes these should be reserved as a 'weak "internal use" indicator'.
Either the rendering logic needs updating (e.g. prefix with `c_` not `_`) or getters provided.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.