(self)
| 2109 | return self._dataset._has_captured_ref() # pylint: disable=protected-access |
| 2110 | |
| 2111 | def _inputs(self): |
| 2112 | return self._dataset._inputs() # pylint: disable=protected-access |
| 2113 | |
| 2114 | def _functions(self): |
| 2115 | return self._dataset._functions() # pylint: disable=protected-access |