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

Method _set_char

lib/matplotlib/dviread.py:393–397  ·  view source on GitHub ↗
(self, char)

Source from the content-addressed store, hash-verified

391
392 @_dispatch(min=128, max=131, state=_dvistate.inpage, args=('olen1',))
393 def _set_char(self, char):
394 self._put_char_real(char)
395 if isinstance(self.fonts[self.f], cbook._ExceptionInfo):
396 return
397 self.h += self.fonts[self.f]._width_of(char)
398
399 @_dispatch(132, state=_dvistate.inpage, args=('s4', 's4'))
400 def _set_rule(self, a, b):

Callers

nothing calls this directly

Calls 2

_put_char_realMethod · 0.95
_width_ofMethod · 0.80

Tested by

no test coverage detected