ctypes_example icon indicating copy to clipboard operation
ctypes_example copied to clipboard

Code associated with an upcoming blog post discussing ctypes and python bindings in general

Results 1 ctypes_example issues
Sort by recently updated
recently updated
newest added

https://github.com/jima80525/ctypes_example/blob/07e89a10b5b933212932473f6f7f47c38e2a01d0/tutorial2/testWrappedPoint.py#L29 This calling of the wrapper functions and assignment to the instance on _every_ new point instantiation just looks bad. It is not that bad, as the wrapped functions are...