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

Method do_CS

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

Source from the content-addressed store, hash-verified

518
519 # setcolorspace-stroking
520 def do_CS(self, name):
521 self.scs = self.csmap[literal_name(name)]
522 return
523 # setcolorspace-non-strokine
524 def do_cs(self, name):
525 self.ncs = self.csmap[literal_name(name)]

Callers

nothing calls this directly

Calls 1

literal_nameFunction · 0.90

Tested by

no test coverage detected