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

Method _fnt_def

lib/matplotlib/dviread.py:510–511  ·  view source on GitHub ↗
(self, k, c, s, d, a, l)

Source from the content-addressed store, hash-verified

508
509 @_dispatch(min=243, max=246, args=('olen1', 'u4', 'u4', 'u4', 'u1', 'u1'))
510 def _fnt_def(self, k, c, s, d, a, l):
511 self._fnt_def_real(k, c, s, d, a, l)
512
513 def _fnt_def_real(self, k, c, s, d, a, l):
514 n = self.file.read(a + l)

Callers

nothing calls this directly

Calls 1

_fnt_def_realMethod · 0.95

Tested by

no test coverage detected