Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
testing.tools.pdfium_root.RootDirectoryFinder Class Reference
+ Collaboration diagram for testing.tools.pdfium_root.RootDirectoryFinder:

Public Member Functions

 __init__ (self)
 

Public Attributes

 pdfium_root = _remove_path_suffix(self_dir, ('testing', 'tools'))
 
 source_root
 

Detailed Description

Finds the PDFium tree's root directories.

The implementation expects that either:
1. PDFium is a standalone checkout.
2. PDFium is part of another tree within a "third_party/pdfium" directory.

Attributes:
    pdfium_root: The path to the root of the PDFium tree.
    source_root: The path to the root of the source tree. May differ from
      `pdfium_root` if PDFium is a third-party dependency in another tree.

Definition at line 10 of file pdfium_root.py.

Constructor & Destructor Documentation

◆ __init__()

testing.tools.pdfium_root.RootDirectoryFinder.__init__ ( self)

Definition at line 23 of file pdfium_root.py.

Member Data Documentation

◆ pdfium_root

testing.tools.pdfium_root.RootDirectoryFinder.pdfium_root = _remove_path_suffix(self_dir, ('testing', 'tools'))

Definition at line 27 of file pdfium_root.py.

◆ source_root

testing.tools.pdfium_root.RootDirectoryFinder.source_root
Initial value:
= _remove_path_suffix(self.pdfium_root,
('third_party', 'pdfium'))

Definition at line 33 of file pdfium_root.py.


The documentation for this class was generated from the following file: