MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / get_bind

Method get_bind

test/orm/test_bind.py:441–443  ·  view source on GitHub ↗
(self, **kw)

Source from the content-addressed store, hash-verified

439 return mock.Mock()
440
441 def get_bind(self, **kw):
442 canary.get_bind(**kw)
443 return Session.get_bind(self, **kw)
444
445 sess = GetBindSession(e3)
446 sess.bind_mapper(User, e1)

Calls

no outgoing calls

Tested by

no test coverage detected