Go to the source code of this file.
Namespaces | |
namespace | process_pending_bag |
Functions | |
def | process_pending_bag.invoke_cmd |
def | process_pending_bag.is_completed_bag |
def | process_pending_bag.sort_key |
Variables | |
tuple | process_pending_bag.bags = filter(is_completed_bag, files) |
tuple | process_pending_bag.files = sorted(["{0}/{1}".format(sys.argv[1], f) for f in os.listdir(sys.argv[1])], key=sort_key) |