(self, shared, prep_res, exec_res)
| 402 | } |
| 403 | |
| 404 | def post(self, shared, prep_res, exec_res): |
| 405 | # Structure is now {"summary": str, "details": [{"from": int, "to": int, "label": str}]} |
| 406 | # Summary and label might be translated |
| 407 | shared["relationships"] = exec_res |
| 408 | |
| 409 | |
| 410 | class OrderChapters(Node): |
nothing calls this directly
no outgoing calls
no test coverage detected