|
1 | 1 | # Not available at runtime. Contains type definitions that are otherwise not exposed |
2 | 2 | _win32typing |
3 | | -win32comext.mapi.exchdapi |
4 | | -win32.winxptheme |
5 | | -win32.wincerapi |
6 | | - |
7 | | -# incomplete |
8 | | -pythoncom.* |
| 3 | +win32com(ext)?.mapi._exchdapi |
| 4 | +win32._wincerapi |
| 5 | +# PyWin tool / debugger |
9 | 6 | pythonwin.pywin.* |
10 | | -win32.lib.pywintypes.* |
11 | | -win32.lib.ntsecuritycon.* |
12 | | -win32.lib.sspicon.* |
13 | | -win32.lib.win2kras.* |
14 | | -win32.lib.win32con.* |
15 | | -win32.lib.win32cryptcon.* |
16 | | -win32.lib.win32inetcon.* |
17 | | -win32.lib.win32netcon.* |
18 | | -win32.lib.winioctlcon.* |
19 | | -win32.win32pdh.* |
20 | | -win32.win32ras.* |
21 | | -win32.win32wnet.* |
22 | | -win32comext.adsi.* |
23 | | -win32comext.mapi.exchange.* |
24 | | -win32comext.shell.shell.* |
25 | | -win32comext.directsound.directsound.* |
26 | | - |
27 | | -win32comext.axdebug.axdebug |
28 | | -win32comext.internet.internet |
29 | | -win32comext.adsi.adsicon |
30 | | -win32comext.axdebug.adb |
31 | | -win32comext.axdebug.codecontainer |
32 | | -win32comext.axdebug.contexts |
33 | | -win32comext.axdebug.debugger |
34 | | -win32comext.axdebug.documents |
35 | | -win32comext.axdebug.dump |
36 | | -win32comext.axdebug.expressions |
37 | | -win32comext.axdebug.gateways |
38 | | -win32comext.axdebug.stackframe |
39 | | -win32comext.axdebug.util |
40 | | -win32comext.axscript.asputil |
41 | | -win32comext.axscript.client.* |
42 | | -win32comext.axscript.server.* |
43 | | -win32comext.directsound.test.* |
44 | | -win32comext.ifilter.ifiltercon |
45 | | -win32comext.internet.inetcon |
46 | | -win32comext.mapi.emsabtags |
47 | | -win32comext.mapi.mapitags |
48 | | -win32comext.mapi.mapiutil |
49 | | -win32comext.propsys.pscon |
50 | | -win32comext.shell.shellcon |
| 7 | +win32com.client.combrowse |
| 8 | +win32com.client.tlbrowse |
| 9 | +# Utilities to generate python bindings |
| 10 | +win32com.client.build |
| 11 | +win32com.client.CLSIDToClass |
| 12 | +win32com.client.connect |
| 13 | +# Necessary for mypy to not throw AssertionError |
| 14 | +win32com.client.dynamic.* |
| 15 | +win32com.client.gencache |
| 16 | +win32com.client.genpy |
| 17 | +win32com.client.makepy |
| 18 | +win32com.client.selecttlb |
| 19 | +win32com.client.util |
| 20 | +win32com.makegw.* |
| 21 | +# COM object servers scripts |
| 22 | +win32com.server.factory |
| 23 | +win32com.server.localserver |
| 24 | +win32com.server.register |
| 25 | +win32com.servers.* |
| 26 | +# Active X Scripts |
| 27 | +win32com(ext)?.axscript.client.framework |
| 28 | +win32com(ext)?.axscript.client.pyscript_rexec |
| 29 | +# Necessary for mypy to not fail |
| 30 | +win32com(ext)?.axscript.client.pyscript.* |
| 31 | +win32com(ext)?.axscript.client.scriptdispatch |
| 32 | +# Other scripts |
| 33 | +isapi.install |
| 34 | +win32.scripts.* |
| 35 | +win32.lib.netbios |
| 36 | +win32.lib.sspi |
| 37 | +win32.lib.win32pdhutil |
| 38 | +win32.lib.win32rcparser |
| 39 | +win32.lib.win32serviceutil |
| 40 | +win32.lib.win32traceutil |
| 41 | +win32.lib.verstamp |
| 42 | +# Demos, tests and debugging |
| 43 | +win32.lib.pywin32_testutil |
| 44 | +win32.lib.rasutil |
| 45 | +win32.lib.win32gui_struct |
| 46 | +win32com.demos.* |
| 47 | +win32com.servers.test_pycomtest |
| 48 | +win32com.test.* |
| 49 | +win32com(ext)?.axdebug.codecontainer |
| 50 | +win32com(ext)?.axdebug.dump |
| 51 | +win32com(ext)?.axdebug.debugger |
| 52 | +win32com(ext)?.axscript.client.pydumper |
| 53 | +win32com(ext)?.directsound.test.* |
| 54 | +# Deprecated and obsolete |
| 55 | +pythoncom.MakeIID |
| 56 | +pythoncom.MakeTime |
| 57 | +win32.lib.dbi |
| 58 | +win32.lib.win32pdhquery.Query.addperfcounter |
| 59 | +win32.win32gui.PyMakeBuffer |
| 60 | +# Also a script |
| 61 | +win32.lib.regcheck |
| 62 | +# failed to import, ImportError: DLL load failed while importing axdebug: The specified module could not be found. |
| 63 | +# https://github.com/python/mypy/issues/13822 |
| 64 | +win32com.axdebug.axdebug |
| 65 | +win32com(ext)?.axdebug.adb |
| 66 | +win32com(ext)?.axdebug.codecontainer |
| 67 | +# failed to import, SystemError: CoInternetCreateSecurityManager() method: bad call flags |
| 68 | +win32com(ext)?.internet.internet |
| 69 | +# failed to import, ModuleNotFoundError: No module named '...' |
| 70 | +win32com(ext)?.axdebug.contexts |
| 71 | +win32com(ext)?.axdebug.debugger |
| 72 | +win32com(ext)?.axdebug.documents |
| 73 | +win32com(ext)?.axdebug.expressions |
| 74 | +win32com(ext)?.axdebug.stackframe |
| 75 | +win32com(ext)?.axscript.client.debug |
0 commit comments