We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tuple
from typing import Any any: Any {"a": any} # error: Expression type contains "Any" (has type "tuple[str, Any]") [misc]
tuple[str, Any]