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

Method do__q

pattern/web/pdf/pdfinterp.py:688–691  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

686 return
687 # quote
688 def do__q(self, s):
689 self.do_T_a()
690 self.do_TJ([s])
691 return
692 # doublequote
693 def do__w(self, aw, ac, s):
694 self.do_Tw(aw)

Callers

nothing calls this directly

Calls 2

do_T_aMethod · 0.95
do_TJMethod · 0.95

Tested by

no test coverage detected