For more information on the search, visit the help page.
minimal_stubs
BUILTINS
TYPING
_analyzer
asteval
driver
loader
mro
reachability
state
typeinfer
unify
unionfind
wildcards
libstatic._analyzer.minimal_stubs
libstatic
Undocumented
str
''' # This file should eventually track typeshed a lot more closely, to # minimise the diffs we have to maintain here. import sys import typing from typing import (TypeVar, ...
''' import sys from abc import abstractmethod # Special-cased by the parser class Any: ... ...