MCPcopy
hub / github.com/ponyorm/pony / get

Function get

pony/orm/core.py:5567–5568  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

5565
5566@cut_traceback
5567def get(*args):
5568 return make_query(args, frame_depth=cut_traceback_depth+1).get()
5569
5570@cut_traceback
5571def exists(*args):

Callers 15

test17Method · 0.85
test18Method · 0.85
test_query_intMethod · 0.85
test_query_floatMethod · 0.85
test_query_trueMethod · 0.85
test_query_falseMethod · 0.85
test_query_nullMethod · 0.85
test_query_listMethod · 0.85
test_query_dictMethod · 0.85
test_query_json_fieldMethod · 0.85
test_get_objectMethod · 0.85
test_set_strMethod · 0.85

Calls 2

make_queryFunction · 0.85
getMethod · 0.45

Tested by 15

test17Method · 0.68
test18Method · 0.68
test_query_intMethod · 0.68
test_query_floatMethod · 0.68
test_query_trueMethod · 0.68
test_query_falseMethod · 0.68
test_query_nullMethod · 0.68
test_query_listMethod · 0.68
test_query_dictMethod · 0.68
test_query_json_fieldMethod · 0.68
test_get_objectMethod · 0.68
test_set_strMethod · 0.68