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

Method set_document

pattern/web/pdf/pdfparser.py:604–607  ·  view source on GitHub ↗

Associates the parser with a PDFDocument object.

(self, doc)

Source from the content-addressed store, hash-verified

602 return
603
604 def set_document(self, doc):
605 """Associates the parser with a PDFDocument object."""
606 self.doc = doc
607 return
608
609 KEYWORD_R = KWD('R')
610 KEYWORD_NULL = KWD('null')

Callers 2

process_pdfFunction · 0.95
getobjMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected