You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like the title says, can someone explain me what the purpose of this flag is?
-m module, --module module
Python module(s) containing symbols which will be
imported instead of generated
Maybe provide a example? I have a header i want to clang2py with windows types like WORD or PVOID. I thought i can import them with -m ctypes.wintypes but that does not seem to be the case.
The text was updated successfully, but these errors were encountered:
Like the title says, can someone explain me what the purpose of this flag is?
Maybe provide a example? I have a header i want to clang2py with windows types like
WORD
orPVOID
. I thought i can import them with-m ctypes.wintypes
but that does not seem to be the case.The text was updated successfully, but these errors were encountered: