Provides classes modeling the various edges (labels) in the API graph.
Import path
import semmle.python.ApiGraphs
Predicates
await |
Gets the |
entryPoint |
Gets the label going from the root node to the nodes associated with the given entry point. |
index |
Gets the |
keywordParameter |
Gets the |
member |
Gets the |
memberFromRef |
Gets the |
mod |
Gets the edge label for the module |
parameter |
Gets the |
return |
Gets the |
selfParameter |
Gets the edge label for the self parameter. |
subclass |
Gets the |
subscript |
Gets the |
unknownMember |
Gets the |
Classes
ApiLabel |
A label in the API-graph |