MCPcopy Index your code
hub / github.com/tortoise/tortoise-orm / test_q_basic

Function test_q_basic

tests/test_q.py:15–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14
15def test_q_basic():
16 q = Q(moo="cow")
17 assert q.children == ()
18 assert q.filters == {"moo": "cow"}
19 assert q.join_type == "AND"
20
21
22def test_q_compound():

Callers

nothing calls this directly

Calls 1

QClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…