Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ test_nowait
Method
test_nowait
test/orm/test_lockmode.py:56–57 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
54
self._assert()
55
56
def
test_nowait(self):
57
self._assert(nowait=True)
58
59
def
test_of_single_col(self):
60
User, users = self.classes.User, self.tables.users
Callers
nothing calls this directly
Calls
1
_assert
Method · 0.95
Tested by
no test coverage detected