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
ctypes is a standard Python module for interacting with fixed size integers. Would be nice to provide C# <-> Python conversions for types in that module.
A realted topic is numpy and pandas types (any instance of np.ndarray, and pd.core.arrays.ExtensionArray. I tried the following but it didn't work - it's not even triggered, I guess because it's primitives?
ctypes
is a standard Python module for interacting with fixed size integers. Would be nice to provide C# <-> Python conversions for types in that module.Relevant: https://stackoverflow.com/questions/63801150/how-do-i-pass-a-ulong-type-argument-to-a-c-sharp-function-from-python
The text was updated successfully, but these errors were encountered: