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

Method _set_char_immediate

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

Source from the content-addressed store, hash-verified

384
385 @_dispatch(min=0, max=127, state=_dvistate.inpage)
386 def _set_char_immediate(self, char):
387 self._put_char_real(char)
388 if isinstance(self.fonts[self.f], cbook._ExceptionInfo):
389 return
390 self.h += self.fonts[self.f]._width_of(char)
391
392 @_dispatch(min=128, max=131, state=_dvistate.inpage, args=('olen1',))
393 def _set_char(self, char):

Callers

nothing calls this directly

Calls 2

_put_char_realMethod · 0.95
_width_ofMethod · 0.80

Tested by

no test coverage detected