Closed demberto closed 2 years ago
It seems that ctypes.pointer
is simply not subscriptable: you can't use it like that.
Ahh yes, I changed ctypes.POINTER
to ctypes.pointer
trying to fix a mypy error, my bad. I think ctypes._PointerLike
is what I should use there, my bad
To Reproduce
fails with:
Expected behavior No errors
System (please complete the following information):
pytkdocs
version 0.16.1