circuitpython/tests/unix/subclass_native.py.exp
Scott Shawcroft be30c12a74
Pass subobject into native subscr
This allows PixelBuf to call transmit after setting a value.

Fixes #8488
2023-10-25 11:44:32 -07:00

18 lines
582 B
Plaintext

.test: direct kwarg
native base class .test set to: 'test set directly'
.test: test set directly
.test: subclass kwarg
native base class .test set to: 'test set indirectly'
.test: test set indirectly
.new_attribute True
native base class .new_attribute set to: True
native base class subscr .new_attribute set to: True
True
.test: super init suffix
native base class .test set to: 'test set indirectly through b'
.test: test set indirectly through b
.new_attribute hello
native base class .new_attribute set to: 'hello'
native base class subscr .new_attribute set to: 'hello'
hello