Class DataFlowClassmethod
A classmethod.
Import path
import semmle.python.dataflow.new.internal.DataFlowDispatch
Direct supertypes
Indirect supertypes
Inherited fields
cls | from DataFlowMethod | |
func | from DataFlowFunction |
Inherited predicates
asLibraryCallable |
Gets the underlying library callable, if any. |
from DataFlowCallable |
getClass |
Gets the class this function is a method of. |
from DataFlowMethod |
getLocation |
Gets the location of this dataflow callable. |
from DataFlowFunction |
getParameter |
Gets the parameter at position |
from DataFlowMethod |
getQualifiedName |
Gets qualified name for this callable, if any. |
from DataFlowFunction |
getScope |
Gets the scope of this callable |
from DataFlowFunction |
positionalOffset |
Gets the positional parameter offset, to take into account self/cls parameters. |
from DataFlowMethod |
toString |
Gets a textual representation of this element. |
from DataFlowFunction |