|
1 | 1 | # Not available at runtime. Contains type definitions that are otherwise not exposed |
2 | 2 | _win32typing |
3 | 3 |
|
| 4 | +# False-positive, stubtest shouldn't want to expose TYPE_CHECKING |
| 5 | +(win32\.lib\.)?pywintypes\.TYPE_CHECKING |
| 6 | + |
4 | 7 | # PyWin tool / debugger |
5 | 8 | pythonwin.start_pythonwin |
6 | 9 | pythonwin.pywin.* |
@@ -28,29 +31,21 @@ win32com(ext)?.axscript.client.scriptdispatch |
28 | 31 | win32com.demos.* |
29 | 32 | win32com.servers.test_pycomtest |
30 | 33 | win32com.test.* |
31 | | -win32com(ext)?.axdebug.codecontainer |
32 | 34 | win32com(ext)?.axdebug.dump |
33 | | -win32com(ext)?.axdebug.debugger |
34 | 35 | win32com(ext)?.axscript.client.pydumper |
35 | 36 | win32com(ext)?.directsound.test.* |
36 | 37 |
|
37 | 38 | # Deprecated and makes a buffer of random junk. Use something like `b"\x00" * bufferSize` instead |
38 | 39 | # It's safer to not even expose this method as deprecated. |
39 | 40 | (win32.)?win32gui.PyMakeBuffer |
40 | 41 |
|
41 | | -# Axdebug is not built on Python 3.11 anyway: https://github.com/mhammond/pywin32/blob/c0f06cf49252b4848d0c74832247280291b00b03/setup.py#L386-L390 |
42 | | -# |
43 | 42 | # failed to import, ImportError: DLL load failed while importing axdebug: The specified module could not be found. |
| 43 | +win32com(ext)?.axdebug.adb |
44 | 44 | win32com(ext)?.axdebug.axdebug |
45 | 45 | win32com(ext)?.axdebug.codecontainer |
46 | | -# failed to import, ModuleNotFoundError: No module named 'gateways' |
47 | 46 | win32com(ext)?.axdebug.contexts |
48 | | -# failed to import, ModuleNotFoundError: No module named 'axdebug' |
49 | | -win32com(ext)?.axdebug.adb |
| 47 | +win32com(ext)?.axdebug.debugger |
50 | 48 | win32com(ext)?.axdebug.documents |
51 | 49 | win32com(ext)?.axdebug.expressions |
52 | | -# failed to import, ModuleNotFoundError: No module named 'expressions' |
53 | | -win32com(ext)?.axdebug.stackframe |
54 | | -# failed to import, ImportError: cannot import name 'axdebug' from 'win32com.axdebug' |
55 | 50 | win32com(ext)?.axdebug.gateways |
56 | | -win32com(ext)?.axscript.client.debug |
| 51 | +win32com(ext)?.axdebug.stackframe |
0 commit comments