Associates the parser with a PDFDocument object.
(self, doc)
| 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') |
no outgoing calls
no test coverage detected