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

Method __get__

lib/sqlalchemy/ext/associationproxy.py:432–434  ·  view source on GitHub ↗
(
        self, instance: Literal[None], owner: Literal[None]
    )

Source from the content-addressed store, hash-verified

430
431 @overload
432 def __get__(
433 self, instance: Literal[None], owner: Literal[None]
434 ) -> Self: ...
435
436 @overload
437 def __get__(

Callers

nothing calls this directly

Calls 2

_as_instanceMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected