micropython/tests/bytecode/mp-tests/class5.py

9 wiersze
96 B
Python

class A(B):
pass
class A(object):
pass
class A(x.y()):
pass
class A(B, C):
pass