pyml_bindgen -- OCaml-Python Bindings Generator
pyml_bindgen
Examples & Tutorials
Getting Started
Lots of examples
Matplotlib Example
Matplotlib Example 2
Handling Dictionaries
Handling Dictionaries 2
Recursive Classes
Rules
Overview
Types
Function & Argument Names
Attributes & Properties
Instance Methods
Class & Static Methods; Functions
Miscellaneous
Auto-generating bindings
Attributes -- py_fun_name
Converting `pyobjects` to OCaml types
Embedding Python source
Handling Tuples
Gotchas & Known Bugs
Splitting ml and mli files
pyml_bindgen -- OCaml-Python Bindings Generator
»
Miscellaneous »
Gotchas & Known Bugs
Edit on GitHub
Gotchas & Known Bugs
You cannot bind Python properties or attributes that return
None
. So,
val f : t -> unit
will currently fail.
GitHub
« Previous
Next »