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

Method _set_rule

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

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

_put_rule_realMethod · 0.95

Tested by

no test coverage detected