MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / get_by_key2

Method get_by_key2

test/perf/compiled_extensions/row.py:236–241  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

234
235 @test_case
236 def get_by_key2(self):
237 # NOTE: this is not representative of real usage
238 self.row._get_by_key_impl_mapping("a")
239 self.row._get_by_key_impl_mapping("b")
240 self.row_long._get_by_key_impl_mapping("s")
241 self.row_long._get_by_key_impl_mapping("a")
242
243 @test_case
244 def getattr(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected