Files
micropython/tests/misc/cexample_class.py.exp
Laurens Valk 19b1333cb1 examples/usercmodule/cexample: Add more advanced native class.
This adds a separate `AdvancedTimer` class that demonstrates a few more
advanced concepts usch as custom handlers for printing and attributes.

Signed-off-by: Laurens Valk <laurens@pybricks.com>
2024-07-25 11:57:13 +10:00

10 lines
96 B
Plaintext

<Timer>
True
True
AdvancedTimer()
AdvancedTimer() # created 0 seconds ago
0
123
True
TypeError