MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __getattr__

Method __getattr__

lib/sqlalchemy/engine/_row_cy.py:156–157  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

154
155 @cython.annotation_typing(False)
156 def __getattr__(self, name: str) -> Any:
157 return self._get_by_key_impl(name, True)
158
159 def __setattr__(self, name: str, value: Any) -> NoReturn:
160 raise AttributeError("can't set attribute")

Callers 1

goMethod · 0.45

Calls 1

_get_by_key_implMethod · 0.95

Tested by

no test coverage detected