ctypes._FuncPtr doesn't seem to exist as described in the doc (misspelled _CFuncType?)
#120313
Labels
ctypes._FuncPtr doesn't seem to exist as described in the doc (misspelled _CFuncType?)
#120313
Documentation
Module
ctypesdoesn't seem to provide_FuncPtrwhen imported.However, it provides
_CFuncTypethat really looks similar to_FuncPtras described by the documentation according tohelp().Could it be a typo in the documentation?
The text was updated successfully, but these errors were encountered: