lvgl / lv_binding_micropython

LVGL binding for MicroPython
MIT License
250 stars 161 forks source link

Align special methods names #157

Closed amirgon closed 3 years ago

amirgon commented 3 years ago

Currently lv object names have __cast__ method while lv structs have cast method.
Need to align naming to a single conventions, which won't collide with possible member names (therefore __cast__ is preferred over cast)

Other required changes in special method names?

amirgon commented 3 years ago