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