Functions | |
| def | do_some_work (client_session, image_path, image_name) |
| def | print_tranfer_progress (progress_value) |
| def | process_image (image_store, image_file_name, image_file_path) |
| def | process_image_with_progress (image_store, image_file_name, image_file_path) |
| def | store_image (image_store, name, image_file_path) |
| def | work_on_image_file (image_file_path) |
Variables | |
| app = qi.Application() | |
| file_id = sys.argv[2] | |
| log = qi.Logger("qicore.file.example") | |
| path_to_file = sys.argv[1] | |
| qicore = qi.module('qicore') | |
| def file_example.do_some_work | ( | client_session, | |
| image_path, | |||
| image_name | |||
| ) |
Definition at line 71 of file file_example.py.
| def file_example.print_tranfer_progress | ( | progress_value | ) |
Definition at line 13 of file file_example.py.
| def file_example.process_image | ( | image_store, | |
| image_file_name, | |||
| image_file_path | |||
| ) |
Definition at line 36 of file file_example.py.
| def file_example.process_image_with_progress | ( | image_store, | |
| image_file_name, | |||
| image_file_path | |||
| ) |
Definition at line 49 of file file_example.py.
| def file_example.store_image | ( | image_store, | |
| name, | |||
| image_file_path | |||
| ) |
Definition at line 23 of file file_example.py.
| def file_example.work_on_image_file | ( | image_file_path | ) |
Definition at line 16 of file file_example.py.
| file_example.app = qi.Application() |
Definition at line 8 of file file_example.py.
| file_example.file_id = sys.argv[2] |
Definition at line 84 of file file_example.py.
| file_example.log = qi.Logger("qicore.file.example") |
Definition at line 11 of file file_example.py.
| file_example.path_to_file = sys.argv[1] |
Definition at line 81 of file file_example.py.
| file_example.qicore = qi.module('qicore') |
Definition at line 9 of file file_example.py.