File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
python/ql/lib/semmle/python/dataflow/new/internal Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 20
20
* `getCallable` is set to `none()`. The member predicate `ExtractedDataFlowCall::getCallable` is _not_ the mechanism for
21
21
* call resolution in global data flow. That mechanism is `getViableCallable`.
22
22
* Resolving a call to a non-extracted callable goes via `LibraryCallable::getACall`, which may involve type tracking.
23
- * To avoid that type tracking becomes mutualy recursive with data flow, type tracking must use a call graph not including summaries.
23
+ * To avoid that type tracking becomes mutually recursive with data flow, type tracking must use a call graph not including summaries.
24
24
* Type tracking sees the callgraph given by `ExtractedDataFlowCall::getACallable`.
25
25
*
26
26
* We do not support summaries of special methods via the special methods framework,
You can’t perform that action at this time.
0 commit comments