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

Method _test

test/orm/test_deferred.py:2872–2873  ·  view source on GitHub ↗
(self, thing)

Source from the content-addressed store, hash-verified

2870 )
2871
2872 def _test(self, thing):
2873 assert "name" in attributes.instance_state(thing).dict
2874
2875 def test_no_previous_query(self):
2876 Thing = self.classes.Thing

Calls

no outgoing calls

Tested by

no test coverage detected