circuitpython/tests/bytecode/mp-tests/class2.py

5 lines
37 B
Python
Raw Normal View History

class A:
x = 1
y = x + z
A()