Type PyInstaller.building.api and related modules (#9730)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Avasam
2023-04-26 20:49:30 -04:00
committed by GitHub
parent 01972e0e51
commit 4930ebade4
12 changed files with 423 additions and 16 deletions
@@ -2,15 +2,19 @@
pyi_splash
# Undocumented and clearly not meant to be exposed
PyInstaller\..+?\.logger
PyInstaller.__main__.generate_parser
PyInstaller.__main__.run_build
PyInstaller.__main__.run_makespec
PyInstaller.utils.hooks.conda.lib_dir
# A mix of modules meant to be private, and shallow incomplete type references for other modules
PyInstaller.building.*
PyInstaller\.building\.\w+?
PyInstaller.building.build_main.*
PyInstaller.building.datastruct.unique_name
PyInstaller.depend.analysis.*
PyInstaller.isolated._parent.*
PyInstaller\.lib\.modulegraph\.modulegraph\.\w+?
# Most modules are not meant to be used, yet are not marked as private
PyInstaller.archive.*
@@ -23,7 +27,7 @@ PyInstaller.depend.imphook
PyInstaller.depend.utils
PyInstaller.exceptions
PyInstaller.hooks.*
PyInstaller.lib.*
PyInstaller\.lib\.modulegraph\.\w+?
PyInstaller.loader.*
PyInstaller.log
PyInstaller.utils.cliutils.*
@@ -37,4 +41,4 @@ PyInstaller.utils.misc
PyInstaller.utils.osx
PyInstaller.utils.run_tests
PyInstaller.utils.tests
PyInstaller.utils.win32.*
PyInstaller\.utils\.win32\.\w+?
@@ -0,0 +1,2 @@
PyInstaller\.utils\.win32\.versioninfo\.\w+?
PyInstaller\.utils\.win32\.winmanifest\.\w+?