(self, a, b)
| 398 | |
| 399 | @_dispatch(132, state=_dvistate.inpage, args=('s4', 's4')) |
| 400 | def _set_rule(self, a, b): |
| 401 | self._put_rule_real(a, b) |
| 402 | self.h += b |
| 403 | |
| 404 | @_dispatch(min=133, max=136, state=_dvistate.inpage, args=('olen1',)) |
| 405 | def _put_char(self, char): |
nothing calls this directly
no test coverage detected