index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
bytecode
/
mp-tests
/
class2.py
blob: 1a3e89849dd10649c760a1292d0d54b23bb2719c (
plain
)
1
2
3
4
class
A
:
x
=
1
y
=
x
+
z
A
()