We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfbb744 commit a1513ccCopy full SHA for a1513cc
python/ql/lib/semmle/python/dataflow/new/internal/DataFlowDispatch.qll
@@ -350,7 +350,7 @@ class DataFlowPlainFunction extends DataFlowFunction {
350
DataFlowPlainFunction() { not this instanceof DataFlowMethod }
351
}
352
353
-/** A method, except staticmethods. */
+/** A method. */
354
class DataFlowMethod extends DataFlowFunction {
355
Class cls;
356
0 commit comments