class documentation
Class for mapping imported functions, variables, etc. to their types
| Method | __init__ |
No summary |
| Method | get |
Get the type of an imported function, variable, etc. |
| Method | map |
Get the import type map |
| Instance Variable | imports |
Undocumented |
| Instance Variable | root |
Undocumented |
| Instance Variable | typeshed |
Undocumented |
Inherited from _StaticAnalyzer:
| Static Method | read |
Read a file as tokens |
| Method | check |
Undocumented |
| Instance Variable | file |
Undocumented |
Get the type of an imported function, variable, etc.
| Parameters | |
importstr | a fully qualified name of the function, the variable, etc. |