Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
__init__ (self) | |
Public Attributes | |
pdfium_root = _remove_path_suffix(self_dir, ('testing', 'tools')) | |
source_root | |
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.
testing.tools.pdfium_root.RootDirectoryFinder.__init__ | ( | self | ) |
Definition at line 23 of file pdfium_root.py.
testing.tools.pdfium_root.RootDirectoryFinder.pdfium_root = _remove_path_suffix(self_dir, ('testing', 'tools')) |
Definition at line 27 of file pdfium_root.py.
testing.tools.pdfium_root.RootDirectoryFinder.source_root |
Definition at line 33 of file pdfium_root.py.