module documentation

Track current scope to easily calculate the corresponding fine-grained target. TODO: Use everywhere where we track targets, including in mypy.errors.

Class Scope Track which target we are processing at any given time.
Type Alias SavedScope Undocumented
SavedScope: _TypeAlias = (source)

Undocumented

Value
Tuple[str, Optional[TypeInfo], Optional[FuncBase]]