mirror of
https://github.com/thp/pyotherside.git
synced 2025-02-05 08:08:23 +08:00
callMethod(o, attr, ...) is just a special case of: call(getattr(o, attr), ...) Starting with import version 1.4, call() now accepts a Python callable as alternative to the function name.