py: Support instance __call__ method.

This commit is contained in:
Paul Sokolovsky
2014-04-25 21:15:16 +03:00
parent 410f30772f
commit 755565d2cb
4 changed files with 36 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ Q(__repr__)
Q(__str__)
Q(__getattr__)
Q(__del__)
Q(__call__)
Q(micropython)
Q(byte_code)