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

Method _pre

lib/matplotlib/dviread.py:939–947  ·  view source on GitHub ↗
(self, i, x, cs, ds)

Source from the content-addressed store, hash-verified

937 self.state = _dvistate.outer
938
939 def _pre(self, i, x, cs, ds):
940 if self.state is not _dvistate.pre:
941 raise ValueError("pre command in middle of vf file")
942 if i != 202:
943 raise ValueError(f"Unknown vf format {i}")
944 if len(x):
945 _log.debug('vf file comment: %s', x)
946 self.state = _dvistate.outer
947 # cs = checksum, ds = design size
948
949
950def _mul1220(num1, num2):

Callers 1

_readMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected