Skip to content

Notes

Note.

This note can be used instead of an expression.

OPEN module-attribute

OPEN = Note(note='OPEN')

Open Note.

TODO module-attribute

TODO = Note(note='TODO')

Todo Note.

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')