Notes
Note.
This note can be used instead of an expression.
Note
Bases: LightObject
Simply Note on Assignments.
Attributes:
| Name | Type | Description |
|---|---|---|
note |
str
|
Note. |
Note Examples
Example.
>>> import ucdp as u
>>> u.OPEN
Note(note='OPEN')
>>> u.TODO
Note(note='TODO')