MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / __init__

Method __init__

lib/sqlalchemy/sql/base.py:917–918  ·  view source on GitHub ↗
(self, **kw: Any)

Source from the content-addressed store, hash-verified

915 super().__init_subclass__()
916
917 def __init__(self, **kw: Any) -> None:
918 self.__dict__.update(kw)
919
920 def __add__(self, other):
921 o1 = self.__class__.__new__(self.__class__)

Callers 1

_create_singletonMethod · 0.45

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected