MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / _put_rule

Method _put_rule

lib/matplotlib/dviread.py:429–430  ·  view source on GitHub ↗
(self, a, b)

Source from the content-addressed store, hash-verified

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:

Callers

nothing calls this directly

Calls 1

_put_rule_realMethod · 0.95

Tested by

no test coverage detected