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

Method do_SC

pattern/web/pdf/pdfinterp.py:571–573  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

569 self.pop(n)
570 return
571 def do_SC(self):
572 self.do_SCN()
573 return
574 def do_sc(self):
575 self.do_scn()
576 return

Callers

nothing calls this directly

Calls 1

do_SCNMethod · 0.95

Tested by

no test coverage detected