Files
Taus 768cab3642 Python: Address review comments
- changes `getReceiver` to `getObject`
- fixes `calls` to avoid unwanted cross-talk
- adds some more documentation to highlight the above issue
2021-06-21 14:57:19 +00:00

7 lines
63 B
Python

if cond:
meth = obj1.foo
else:
meth = obj2.bar
meth()