(group_key)
| 87 | |
| 88 | |
| 89 | def get_task_by_subtask_name(group_key): |
| 90 | if group_key in INVERTED_TASKS_LEVEL: |
| 91 | return INVERTED_TASKS_LEVEL[group_key][ |
| 92 | PARENT_TASK], INVERTED_TASKS_LEVEL[group_key][TASK_MODEL] |
| 93 | else: |
| 94 | return group_key, None |
no outgoing calls
no test coverage detected
searching dependent graphs…