MCPcopy 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

BlogClass · 0.70

Tested by

no test coverage detected