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

Method _invalidate_event_fixture

test/engine/test_pool.py:512–517  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

510 return p, canary
511
512 def _invalidate_event_fixture(self):
513 p = self._queuepool_fixture()
514 canary = Mock()
515 event.listen(p, "invalidate", canary)
516
517 return p, canary
518
519 def _soft_invalidate_event_fixture(self):
520 p = self._queuepool_fixture()

Calls 2

_queuepool_fixtureMethod · 0.80
listenMethod · 0.45

Tested by

no test coverage detected