MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _constructor

Method _constructor

lib/sqlalchemy/sql/annotation.py:352–353  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

350
351 @property
352 def _constructor(self):
353 return self.__element._constructor
354
355 def _clone(self, **kw: Any) -> Self:
356 clone = self.__element._clone(**kw)

Callers 2

_copyMethod · 0.45
_make_proxyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected