Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sqlalchemy/sqlalchemy
/ go
Method
go
test/orm/test_attributes.py:372–374 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
370
name = User.user_name
371
372
def
go():
373
b = Blog()
374
return
b.name
375
376
assert_raises(
377
orm_exc.UnmappedInstanceError,
Callers
nothing calls this directly
Calls
1
Blog
Class · 0.70
Tested by
no test coverage detected