File tree Expand file tree Collapse file tree
python/ql/lib/semmle/python/dataflow/new/internal Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 * `getCallable` is set to `none()`. The member predicate `ExtractedDataFlowCall::getCallable` is _not_ the mechanism for
2121 * call resolution in global data flow. That mechanism is `getViableCallable`.
2222 * 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.
2424 * Type tracking sees the callgraph given by `ExtractedDataFlowCall::getACallable`.
2525 *
2626 * 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