MCPcopy Create free account
hub / github.com/clips/pattern / do_Tj

Method do_Tj

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

Source from the content-addressed store, hash-verified

682 return
683 # show
684 def do_Tj(self, s):
685 self.do_TJ([s])
686 return
687 # quote
688 def do__q(self, s):
689 self.do_T_a()

Callers

nothing calls this directly

Calls 1

do_TJMethod · 0.95

Tested by

no test coverage detected