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

Method _constructor

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

Source from the content-addressed store, hash-verified

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

Callers 2

_copyMethod · 0.45
_make_proxyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected