Functions | |
def | insert_cb |
Variables | |
tuple | collection = wc.setup_collection("my_db", "my_collection", String, ["data"]) |
list | conditions = [] |
tuple | result = collection.query( conditions ) |
tuple | wc = warehouse.Client() |
def test_client::insert_cb | ( | msg | ) |
Definition at line 40 of file test_client.py.
tuple test_client::collection = wc.setup_collection("my_db", "my_collection", String, ["data"]) |
Definition at line 65 of file test_client.py.
list test_client::conditions = [] |
Definition at line 78 of file test_client.py.
tuple test_client::result = collection.query( conditions ) |
Definition at line 80 of file test_client.py.
tuple test_client::wc = warehouse.Client() |
Definition at line 47 of file test_client.py.