Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlalchemy/sqlalchemy
/ max_x
Method
max_x
test/orm/test_utils.py:236–237 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
234
class
Point:
235
@classmethod
236
def
max_x(cls):
237
return
100
238
239
self._fixture(Point)
240
alias = aliased(Point)
Callers
1
test_classmethod
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected