(d)
| 167 | self.__print(0, 1, in_str) |
| 168 | |
| 169 | def _print_state(d): |
| 170 | for (_, n) in d.items(): |
| 171 | self.__print(0, 1, n._shallow_repr()) |
| 172 | |
| 173 | _print_state(self._parameters) |
| 174 | _print_state(self._buffers) |
nothing calls this directly
no test coverage detected