utils
routes.utils.utils
check_if_job_is_owned_and_exist
check_if_job_is_owned_and_exist(job_id, user)
Function checking if provided task is owned by user managing action
Source code in yaptide/routes/utils/utils.py
9 10 11 12 13 14 15 16 17 |
|
determine_input_type
determine_input_type(payload_dict)
Function returning input type determined from payload
Source code in yaptide/routes/utils/utils.py
20 21 22 23 24 25 26 27 28 29 30 |
|
make_input_dict
make_input_dict(payload_dict, input_type)
Function returning input dict
Source code in yaptide/routes/utils/utils.py
33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
|