-
Notifications
You must be signed in to change notification settings - Fork 318
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
review python bindings #365
Comments
I have made a document with these bindings and whether they are needed or not (with a short explanation for each of them). I have enabled the comments for this document (and disabled the edit mode - because this is a public page and anyone can change it in an unwanted way). The methods I am not sure about are marked with a question mark. I will also start implementing the necessary methods and open a pull request with them. |
Thanks for looking at this. Your doc looked pretty good. My list was created by a little shell. Based on your list (getting rid of the C types), it would turn into:
after we are done, we should look at trying to automate things, so when someone adds a libiio function, we make sure a binding is added as well, or somehow mark certain functions as not necessary in a binding. |
and if you are poking at the python bindings - it might be easier to fix the 15 Codacy issues pointed out for bindings/python/iio.py first. |
I add a bunch of comments to the google doc. |
Added the missing Python bindings. More details about these can be found in this discussion analogdevicesinc#365. Signed-off-by: Cristi Iacob <[email protected]>
Added the missing Python bindings. More details about these can be found in this discussion analogdevicesinc#365. Signed-off-by: Cristi Iacob <[email protected]>
Added the missing Python bindings. More details about these can be found in this discussion analogdevicesinc#365. Signed-off-by: Cristi Iacob <[email protected]>
Added the missing Python bindings. More details about these can be found in this discussion analogdevicesinc#365. Signed-off-by: Cristi Iacob <[email protected]>
Added the missing Python bindings. More details about these can be found in this discussion analogdevicesinc#365. Signed-off-by: Cristi Iacob <[email protected]>
Added the missing Python bindings. More details about these can be found in this discussion analogdevicesinc#365. Signed-off-by: Cristi Iacob <[email protected]>
I think this is all resolved - so closing. |
Just need to look at this with a more critical I than mine. These are the times that the functions defined as __api in iio.h show up in the python bindings. 0 means it is missing.
It should be straightforward to add things - once we decide which ones need to be added.
The text was updated successfully, but these errors were encountered: