Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ A
Class
A
examples/asyncio/greenlet_orm.py:25–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
24
25
class
A(Base):
26
__tablename__ =
"a"
27
28
id = Column(Integer, primary_key=True)
29
data = Column(String)
30
bs = relationship(
"B"
)
31
32
33
class
B(Base):
Callers
1
async_main
Function · 0.70
Calls
2
Column
Class · 0.90
relationship
Function · 0.90
Tested by
no test coverage detected