()
| 1311 | # In all other cases, we must use `fetch_handler` to build the |
| 1312 | # results for us. |
| 1313 | def _fetch_handler_run(): |
| 1314 | results = self._call_tf_sessionrun(None, {}, fetch_list, target_list, |
| 1315 | None) |
| 1316 | return fetch_handler.build_results(self, results) |
| 1317 | |
| 1318 | return _fetch_handler_run |
| 1319 |
nothing calls this directly
no test coverage detected