Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ User
Class
User
test/orm/test_session.py:2969–2970 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2967
@classmethod
2968
def
setup_classes(cls):
2969
class
User(cls.Basic):
2970
pass
2971
2972
class
Address(cls.Basic):
2973
pass
Callers
15
test_no_close_on_flush
Method · 0.70
test_close
Method · 0.70
test_autobegin_flush
Method · 0.70
test_autobegin_within_flush
Method · 0.70
test_no_autobegin
Method · 0.70
test_autobegin_attr_change
Method · 0.70
test_transaction
Method · 0.70
test_close_all_sessions
Method · 0.70
test_session_close_all_deprecated
Method · 0.70
test_object_session_raises
Method · 0.70
test_make_transient
Method · 0.70
test_make_transient_plus_rollback
Method · 0.70
Calls
no outgoing calls
Tested by
15
test_no_close_on_flush
Method · 0.56
test_close
Method · 0.56
test_autobegin_flush
Method · 0.56
test_autobegin_within_flush
Method · 0.56
test_no_autobegin
Method · 0.56
test_autobegin_attr_change
Method · 0.56
test_transaction
Method · 0.56
test_close_all_sessions
Method · 0.56
test_session_close_all_deprecated
Method · 0.56
test_object_session_raises
Method · 0.56
test_make_transient
Method · 0.56
test_make_transient_plus_rollback
Method · 0.56