Inheritance |
|
This is the superclass of objects representing different types of external dependencies. For example, pdg.FileDependency represents that a node depends on a certain file.
Methods ¶
key
: str
Property
The name/key for the dependency, unique this is object
nodes
: list
of pdg.Node
Property
The list of nodes that depend on this external dependency object.
Methods from pdg.TypeInstance ¶
type
: pdg.BaseType
Property
The pdg.BaseType object used to construct this instance
typeName
: str
Property
The type name of the type
object.