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

Method do__w

pattern/web/pdf/pdfinterp.py:693–697  ·  view source on GitHub ↗
(self, aw, ac, s)

Source from the content-addressed store, hash-verified

691 return
692 # doublequote
693 def do__w(self, aw, ac, s):
694 self.do_Tw(aw)
695 self.do_Tc(ac)
696 self.do_TJ([s])
697 return
698
699 # inline image
700 def do_BI(self): # never called

Callers

nothing calls this directly

Calls 3

do_TwMethod · 0.95
do_TcMethod · 0.95
do_TJMethod · 0.95

Tested by

no test coverage detected