mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
These already have results for BoundMethodValue, although 1) it's a bit strange that `getParameter(-1)` has results 2) why does `Method(Function C.n, class C)` exists? this would only be relevant if `n` was a classmethod, but it isn't. It's not a problem that it exsits per se, but curious.
5 lines
117 B
Plaintext
5 lines
117 B
Plaintext
import python
|
|
|
|
from CallableValue callable, int i
|
|
select callable.toString(), i, callable.getParameter(i).toString()
|