mirror of
https://github.com/github/codeql.git
synced 2026-02-16 23:13:43 +01:00
7 lines
63 B
Python
7 lines
63 B
Python
if cond:
|
|
meth = obj1.foo
|
|
else:
|
|
meth = obj2.bar
|
|
|
|
meth()
|