rthooks.dat 1.3 KB

1234567891011121314151617181920212223242526272829
  1. {
  2. 'django': ['pyi_rth_django.py'],
  3. 'gi': ['pyi_rth_gi.py'],
  4. 'gi.repository.Gio': ['pyi_rth_gio.py'],
  5. 'gi.repository.GLib': ['pyi_rth_glib.py'],
  6. 'gi.repository.GdkPixbuf': ['pyi_rth_gdkpixbuf.py'],
  7. 'gi.repository.Gtk': ['pyi_rth_gtk.py'],
  8. 'gi.repository.Gst': ['pyi_rth_gstreamer.py'],
  9. 'gst': ['pyi_rth_gstreamer.py'],
  10. 'inspect': ['pyi_rth_inspect.py'],
  11. 'kivy': ['pyi_rth_kivy.py'],
  12. 'kivy.lib.gstplayer': ['pyi_rth_gstreamer.py'],
  13. 'matplotlib': ['pyi_rth_mplconfig.py'],
  14. 'pkgutil': ['pyi_rth_pkgutil.py'],
  15. 'pkg_resources': ['pyi_rth_pkgres.py'],
  16. 'PyQt5': ['pyi_rth_pyqt5.py'],
  17. 'PyQt5.QtWebEngineWidgets': ['pyi_rth_pyqt5webengine.py'],
  18. 'PyQt6': ['pyi_rth_pyqt6.py'],
  19. 'PyQt6.QtWebEngineWidgets': ['pyi_rth_pyqt6webengine.py'],
  20. 'PySide2': ['pyi_rth_pyside2.py'],
  21. 'PySide2.QtWebEngineWidgets': ['pyi_rth_pyside2webengine.py'],
  22. 'PySide6': ['pyi_rth_pyside6.py'],
  23. 'PySide6.QtWebEngineWidgets': ['pyi_rth_pyside6webengine.py'],
  24. '_tkinter': ['pyi_rth__tkinter.py'],
  25. 'win32api': ['pyi_rth_win32api.py'],
  26. 'win32com': ['pyi_rth_win32comgenpy.py'],
  27. 'multiprocessing': ['pyi_rth_multiprocessing.py'],
  28. 'subprocess': ['pyi_rth_subprocess.py'],
  29. }