MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / Unmapped

Class Unmapped

test/orm/test_session.py:2652–2653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2650
2651 def test_unmapped_instance(self):
2652 class Unmapped:
2653 pass
2654
2655 self._test_instance_guards(Unmapped())
2656 self._test_class_guards(Unmapped)

Callers 1

Calls

no outgoing calls

Tested by 1