Skip to content

mypy error: Name "ctypes._Pointer" is not defined #7747

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
SmartManoj opened this issue Apr 30, 2022 · 1 comment · Fixed by #8446
Closed

mypy error: Name "ctypes._Pointer" is not defined #7747

SmartManoj opened this issue Apr 30, 2022 · 1 comment · Fixed by #8446
Labels
stubs: incomplete Annotations or sub-modules missing from an existing package or module

Comments

@SmartManoj
Copy link

SmartManoj commented Apr 30, 2022

class TessBaseAPI(ctypes._Pointer): pass
Source

@srittau
Copy link
Collaborator

srittau commented Apr 30, 2022

It's also documented (although as "private"). I think we should add it. PR welcome!

@srittau srittau added the stubs: incomplete Annotations or sub-modules missing from an existing package or module label Apr 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stubs: incomplete Annotations or sub-modules missing from an existing package or module
Projects
None yet
2 participants