MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __get__

Method __get__

lib/sqlalchemy/event/base.py:441–443  ·  view source on GitHub ↗
(
        self, obj: Literal[None], cls: Type[Any]
    )

Source from the content-addressed store, hash-verified

439
440 @overload
441 def __get__(
442 self, obj: Literal[None], cls: Type[Any]
443 ) -> Type[_Dispatch[_ET]]: ...
444
445 @overload
446 def __get__(self, obj: Any, cls: Type[Any]) -> _DispatchCommon[_ET]: ...

Callers

nothing calls this directly

Calls 1

_for_instanceMethod · 0.80

Tested by

no test coverage detected