Package org.sonar.python.types
Class TypeShed
- java.lang.Object
-
- org.sonar.python.types.TypeShed
-
public class TypeShed extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,Symbol>builtinSymbols()static Set<Symbol>symbolsForModule(String moduleName)static SymbolsymbolWithFQN(String stdLibModuleName, String fullyQualifiedName)static ClassSymboltypeShedClass(String fullyQualifiedName)
-
-
-
Method Detail
-
symbolWithFQN
public static Symbol symbolWithFQN(String stdLibModuleName, String fullyQualifiedName)
-
typeShedClass
public static ClassSymbol typeShedClass(String fullyQualifiedName)
-
-