()
| 41 | |
| 42 | # This task won't be pulling from a dataset. |
| 43 | def null_iter_fn() -> None: |
| 44 | return None |
| 45 | |
| 46 | process_summaries_f = inference_utils.models.process_summaries_function( |
| 47 | self.vocab |
nothing calls this directly
no outgoing calls
no test coverage detected