Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ scoped_session.py
File
scoped_session.py
test/typing/plain_files/orm/scoped_session.py:None–None · test/typing/plain_files/orm/scoped_session.py
Source
from the content-addressed store, hash-verified
1
from
sqlalchemy
import
inspect
2
from
sqlalchemy
import
text
3
from
sqlalchemy.orm
import
DeclarativeBase
4
from
sqlalchemy.orm
import
Mapped
Callers
nothing calls this directly
Calls
15
scoped_session
Class · 0.90
sessionmaker
Class · 0.90
text
Function · 0.90
inspect
Function · 0.90
object_session
Method · 0.45
identity_key
Method · 0.45
add
Method · 0.45
add_all
Method · 0.45
begin
Method · 0.45
begin_nested
Method · 0.45
close
Method · 0.45
commit
Method · 0.45
Tested by
no test coverage detected