index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tests
/
bytecode
/
mp-tests
/
class2.py
blob: 1a3e89849dd10649c760a1292d0d54b23bb2719c (
plain
) (
blame
)
1
2
3
4
class A: x = 1 y = x + z A()