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

Method test_missing_state

test/orm/test_session.py:2679–2687  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2677 # no class guards- it would pass.
2678
2679 def test_missing_state(self):
2680 class Mapped:
2681 pass
2682
2683 early = Mapped()
2684 self._map_it(Mapped)
2685
2686 self._test_instance_guards(early)
2687 self._test_class_guards(early, is_class=False)
2688
2689 def test_refresh_arg_signature(self):
2690 class Mapped:

Callers

nothing calls this directly

Calls 4

_map_itMethod · 0.95
_test_instance_guardsMethod · 0.95
_test_class_guardsMethod · 0.95
MappedClass · 0.70

Tested by

no test coverage detected