stubs/sqlalchemy/inspection.pyi (2 lines of code) (raw):

from typing import Any def inspect(subject: object, raiseerr: bool = ...) -> Any: ...