(self, a, b)
| 427 | |
| 428 | @_dispatch(137, state=_dvistate.inpage, args=('s4', 's4')) |
| 429 | def _put_rule(self, a, b): |
| 430 | self._put_rule_real(a, b) |
| 431 | |
| 432 | def _put_rule_real(self, a, b): |
| 433 | if a > 0 and b > 0: |
nothing calls this directly
no test coverage detected