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

Class Verbatim

lib/matplotlib/backends/backend_pdf.py:428–434  ·  view source on GitHub ↗

Store verbatim PDF command content for later inclusion in the stream.

Source from the content-addressed store, hash-verified

426
427
428class Verbatim:
429 """Store verbatim PDF command content for later inclusion in the stream."""
430 def __init__(self, x):
431 self._x = x
432
433 def pdfRepr(self):
434 return self._x
435
436
437class Op(Enum):

Callers 1

pathOperationsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…