Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
5567
def
get(*args):
5568
return
make_query(args, frame_depth=cut_traceback_depth+1).get()
5569
5570
@cut_traceback
5571
def
exists(*args):
Callers
15
test17
Method · 0.85
test18
Method · 0.85
test_query_int
Method · 0.85
test_query_float
Method · 0.85
test_query_true
Method · 0.85
test_query_false
Method · 0.85
test_query_null
Method · 0.85
test_query_list
Method · 0.85
test_query_dict
Method · 0.85
test_query_json_field
Method · 0.85
test_get_object
Method · 0.85
test_set_str
Method · 0.85
Calls
2
make_query
Function · 0.85
get
Method · 0.45
Tested by
15
test17
Method · 0.68
test18
Method · 0.68
test_query_int
Method · 0.68
test_query_float
Method · 0.68
test_query_true
Method · 0.68
test_query_false
Method · 0.68
test_query_null
Method · 0.68
test_query_list
Method · 0.68
test_query_dict
Method · 0.68
test_query_json_field
Method · 0.68
test_get_object
Method · 0.68
test_set_str
Method · 0.68