Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33da0e8 commit 744c077Copy full SHA for 744c077
1 file changed
Doc/library/ctypes.rst
@@ -93,7 +93,6 @@ Accessing functions from loaded dlls
93
94
Functions are accessed as attributes of dll objects::
95
96
- >>> from ctypes import *
97
>>> libc.printf
98
<_FuncPtr object at 0x...>
99
>>> print(windll.kernel32.GetModuleHandleA) # doctest: +WINDOWS
0 commit comments