Uses of Class
org.sonar.python.semantic.v2.TypeShed
Packages that use TypeShed
-
Uses of TypeShed in org.sonar.plugins.python.api
Constructors in org.sonar.plugins.python.api with parameters of type TypeShedModifierConstructorDescriptionPythonVisitorContext(FileInput rootTree, PythonFile pythonFile, File workingDirectory, String packageName, ProjectLevelSymbolTable projectLevelSymbolTable, TypeShed typeShed, CacheContext cacheContext, org.sonar.api.SonarProduct sonarProduct) -
Uses of TypeShed in org.sonar.python.semantic.v2
Constructors in org.sonar.python.semantic.v2 with parameters of type TypeShedModifierConstructorDescriptionProjectLevelTypeTable(ProjectLevelSymbolTable projectLevelSymbolTable, TypeShed typeShed) SymbolsModuleTypeProvider(ProjectLevelSymbolTable projectLevelSymbolTable, TypeShed typeShed)