Class TypeShed


  • public class TypeShed
    extends Object
    • Method Detail

      • symbolsForModule

        public static Set<Symbol> symbolsForModule​(String moduleName)
      • typeShedClass

        public static ClassSymbol typeShedClass​(String fullyQualifiedName)
      • isValidForProjectPythonVersion

        public static boolean isValidForProjectPythonVersion​(List<String> validForPythonVersions)
      • symbolsFromDescriptor

        public static Set<Symbol> symbolsFromDescriptor​(Set<Object> descriptors,
                                                        boolean isInsideClass)
      • normalizedFqn

        public static String normalizedFqn​(String fqn)