MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __setattr__

Method __setattr__

lib/sqlalchemy/sql/base.py:1067–1067  ·  view source on GitHub ↗
(self, key: str, value: Any)

Source from the content-addressed store, hash-verified

1065 def __getattr__(self, key: str) -> Any: ...
1066
1067 def __setattr__(self, key: str, value: Any) -> None: ...
1068
1069 def __delattr__(self, key: str) -> None: ...
1070

Callers 3

__init__Method · 0.45
__setstate__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected