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

Method get

test/perf/compiled_extensions.py:196–198  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

194
195 @test_case
196 def get(self):
197 self.d1.get("x")
198 self.d2.get("key42")
199
200 @test_case
201 def get_miss(self):

Callers 15

_tracerMethod · 0.45
_orm_adapter_trace_printFunction · 0.45
makepropFunction · 0.45
_format_blockFunction · 0.45
checkMethod · 0.45
t_mappingsFunction · 0.45
test_col_getFunction · 0.45
scoped_session.pyFile · 0.45

Calls

no outgoing calls

Tested by 15

test_col_getFunction · 0.36
test_with_for_updateFunction · 0.36
test_many_to_one_onlyMethod · 0.36
test_oneMethod · 0.36
test_slice_accessMethod · 0.36