Skip to content
Adrian Ernesto Radillo edited this page Jun 23, 2023 · 3 revisions

API for Note

This is for v0.2.0

Instantiation

Only empty notes can be created.
A note may be created in two fashions:

  1. by direct creation: note = Note()

  2. via the creation of a non-note Item: definition = Definition()
    here definition.name and definition.content are Note instances.

Clone this wiki locally