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

Method writeExtGSTates

lib/matplotlib/backends/backend_pdf.py:1444–1451  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1442 return name
1443
1444 def writeExtGSTates(self):
1445 self.writeObject(
1446 self._extGStateObject,
1447 dict([
1448 *self.alphaStates.values(),
1449 *self._soft_mask_states.values()
1450 ])
1451 )
1452
1453 def _write_soft_mask_groups(self):
1454 for ob, attributes, content in self._soft_mask_groups:

Callers 1

finalizeMethod · 0.95

Calls 2

writeObjectMethod · 0.95
valuesMethod · 0.80

Tested by

no test coverage detected