| D | pdf_loader.py | 23 from PyPDF2.generic import Destination 36 def __is_destination(field: Union[List, Destination]) -> bool: argument 37 return str(type(field)).find("Destination") > 0 54 def __read_dest(self, item: Destination, counter: int, parent: SpecNode) -> SpecNode: argument
|