Functions | |
def | main |
Variables | |
list | COLORS |
def test_image_query.main | ( | ) |
Definition at line 16 of file test_image_query.py.
00001 [(10,10,10), (100,10,10), (200,10,10), (10,100,10), (10,200,10), 00002 (10,10,100), (10,10,200), (100,100,100), (200,100,100), (100,200,100), 00003 (100,100,200)]
Definition at line 12 of file test_image_query.py.