Module documentation
Note
This module documentation was generated using automodule.
See the docstrings in the implementation for the source code of this document.
 
implements a minimal example of an implementation of some software
- 
class exemplum.exemplum.Exemplum[source]
- 
- 
__init__()[source]
- creates the object with internal data storage (- list).
 
 - 
- 
__len__()[source]
- 
- Returns
- elements in the data storage 
 
 - 
- 
add_data(data)[source]
- 
- Parameters
- data – the data to add to the storage 
 
 - 
- 
clear()[source]
- empties the internal data storage
:return: None