Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __init__
Method
__init__
lib/sqlalchemy/sql/base.py:929–930 ·
view source on GitHub ↗
(self, **kw: Any)
Source
from the content-addressed store, hash-verified
927
super().__init_subclass__()
928
929
def
__init__(self, **kw: Any) -> None:
930
self.__dict__.update(kw)
931
932
def
__add__(self, other):
933
o1 = self.__class__.__new__(self.__class__)
Callers
1
_create_singleton
Method · 0.45
Calls
1
update
Method · 0.45
Tested by
no test coverage detected