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

Function select

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

Source from the content-addressed store, hash-verified

5557
5558@cut_traceback
5559def select(*args):
5560 return make_query(args, frame_depth=cut_traceback_depth+1)
5561
5562@cut_traceback
5563def left_join(*args):

Callers 15

aggrfuncFunction · 0.85
showFunction · 0.85
test_1Method · 0.85
test_2Method · 0.85
test_3Method · 0.85
test_4Method · 0.85
test1Method · 0.85
test2Method · 0.85
test_18Method · 0.85
test_1Method · 0.85
test_2Method · 0.85
test_3Method · 0.85

Calls 1

make_queryFunction · 0.85

Tested by 15

test_1Method · 0.68
test_2Method · 0.68
test_3Method · 0.68
test_4Method · 0.68
test1Method · 0.68
test2Method · 0.68
test_18Method · 0.68
test_1Method · 0.68
test_2Method · 0.68
test_3Method · 0.68
test_4Method · 0.68
test_5Method · 0.68