(self, sparql_executor: SparqlExecuter, task_id: int = 0)
| 41 | class API: |
| 42 | |
| 43 | def __init__(self, sparql_executor: SparqlExecuter, task_id: int = 0): |
| 44 | self.sparql_executor = sparql_executor |
| 45 | self.task_id = task_id |
| 46 | |
| 47 | def final_execute(self, variable: Variable): |
| 48 | program = variable.program |
nothing calls this directly
no outgoing calls
no test coverage detected