Files
codeql/python
Rasmus Wriedt Larsen 4df946b161 Python: call-graph: Don't design for special method calls yet
The `call` arguments were not `CallNode`s before, to allow for easier
support of special method calls, such as `a + b` going to `__add__`.

However, this is not implemented yet, so for now we can keep things
simple.

Co-authored-by: Taus <tausbn@github.com>
2023-01-18 12:30:53 +01:00
..
2023-01-05 20:42:29 +01:00
2022-10-13 11:21:09 -04:00