(self, char)
| 403 | |
| 404 | @_dispatch(min=133, max=136, state=_dvistate.inpage, args=('olen1',)) |
| 405 | def _put_char(self, char): |
| 406 | self._put_char_real(char) |
| 407 | |
| 408 | def _put_char_real(self, char): |
| 409 | font = self.fonts[self.f] |
nothing calls this directly
no test coverage detected