Searched refs:operation (Results 1 – 4 of 4) sorted by relevance
17 def check(library_info, operation): argument18 if operation == 'check':28 if operation == 'check':30 elif operation == 'install' and not check_result:33 elif operation == 'clean' and check_result:115 def manager(operation, library_info): argument123 if operation in ['check', 'install', 'clean']:124 check(library_info, operation)140 manager(args.operation, library_info)
96 // user cancel the operation100 // user confirm the operation107 // dir is empty, no operation
86 occur during normal operation (aka CPU throttling) on a processor that
105 Use the optional ``-f`` or ``--force`` argument to force the stop operation.
Completed in 6 milliseconds