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

Method _finalize_packet

lib/matplotlib/dviread.py:932–937  ·  view source on GitHub ↗
(self, packet_char, packet_width)

Source from the content-addressed store, hash-verified

930 return self.file.tell() + pl
931
932 def _finalize_packet(self, packet_char, packet_width):
933 if not self._missing_font: # Otherwise we don't have full glyph definition.
934 self._chars[packet_char] = Page(
935 text=self.text, boxes=self.boxes, width=packet_width,
936 height=None, descent=None)
937 self.state = _dvistate.outer
938
939 def _pre(self, i, x, cs, ds):
940 if self.state is not _dvistate.pre:

Callers 1

_readMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected