Package org.sonar.python.semantic.v2.types
@ParametersAreNonnullByDefault
package org.sonar.python.semantic.v2.types
-
ClassesClassDescriptionThis represents a class or function definition It can be modelled as an assignment of a class / function type to their symbolUsed in FlowSensitiveTypeInference to update name types based on program stateThis class is the entry point for the TypeMatcher API specifically for type inference.