MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / get

Method get

test/perf/compiled_extensions/collections_.py:108–110  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

106
107 @test_case
108 def get(self):
109 self.d1.get("x")
110 self.d2.get("key42")
111
112 @test_case
113 def get_miss(self):

Callers 3

verify_dictFunction · 0.45
run_with_profileFunction · 0.45
get_missMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected