mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
py: Support instance __call__ method.
This commit is contained in:
@@ -31,6 +31,7 @@ Q(__repr__)
|
||||
Q(__str__)
|
||||
Q(__getattr__)
|
||||
Q(__del__)
|
||||
Q(__call__)
|
||||
|
||||
Q(micropython)
|
||||
Q(byte_code)
|
||||
|
||||
Reference in New Issue
Block a user