mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
7 lines
63 B
Python
7 lines
63 B
Python
if cond:
|
|
meth = obj1.foo
|
|
else:
|
|
meth = obj2.bar
|
|
|
|
meth()
|