Files
codeql/python/ql/test/library-tests/dataflow/method-calls/test.py
2024-04-23 09:40:44 +02:00

7 lines
63 B
Python

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