Go to the source code of this file.
Namespaces | |
file_example | |
Functions | |
def | file_example.do_some_work (client_session, image_path, image_name) |
def | file_example.print_tranfer_progress (progress_value) |
def | file_example.process_image (image_store, image_file_name, image_file_path) |
def | file_example.process_image_with_progress (image_store, image_file_name, image_file_path) |
def | file_example.store_image (image_store, name, image_file_path) |
def | file_example.work_on_image_file (image_file_path) |
Variables | |
file_example.app = qi.Application() | |
file_example.file_id = sys.argv[2] | |
file_example.log = qi.Logger("qicore.file.example") | |
file_example.path_to_file = sys.argv[1] | |
file_example.qicore = qi.module('qicore') | |