MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _creator

Method _creator

lib/sqlalchemy/pool/base.py:309–310  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

307
308 @property
309 def _creator(self) -> Union[_CreatorFnType, _CreatorWRecFnType]:
310 return self._creator_arg
311
312 @_creator.setter
313 def _creator(

Callers 2

_test_dbapi_rawFunction · 0.45
test_dbapi_rawFunction · 0.45

Calls 1

_should_wrap_creatorMethod · 0.95

Tested by 1

test_dbapi_rawFunction · 0.36