MCPcopy Index your code
hub / github.com/clips/pattern / do_cs

Method do_cs

pattern/web/pdf/pdfinterp.py:524–526  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

522 return
523 # setcolorspace-non-strokine
524 def do_cs(self, name):
525 self.ncs = self.csmap[literal_name(name)]
526 return
527 # setgray-stroking
528 def do_G(self, gray):
529 #self.do_CS(LITERAL_DEVICE_GRAY)

Callers

nothing calls this directly

Calls 1

literal_nameFunction · 0.90

Tested by

no test coverage detected