MCPcopy
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_singletonMethod · 0.45

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected