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

Method _put_char

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

Source from the content-addressed store, hash-verified

403
404 @_dispatch(min=133, max=136, state=_dvistate.inpage, args=('olen1',))
405 def _put_char(self, char):
406 self._put_char_real(char)
407
408 def _put_char_real(self, char):
409 font = self.fonts[self.f]

Callers

nothing calls this directly

Calls 1

_put_char_realMethod · 0.95

Tested by

no test coverage detected