package ocaml-in-python

  1. Overview
  2. Docs
Effortless Python bindings for OCaml modules

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-in-python-0.1.0.tar.gz
sha512=9ba2ad109ce83a758dd949fc40be8e866adb5aebf3b2009a04c4d93ea40f48ca71b8d6f8cd4e80a2bf52ca36fab6561f28e273d412cf8c235837063924f26eff

doc/ocaml-in-python.api/Ocaml_in_python_api/Paths/index.html

Module Ocaml_in_python_api.PathsSource

Sourcetype path_cell = {
  1. path : Path.t;
  2. class_ : Py.Object.t;
}
Sourcetype index_cell = {
  1. index : int;
  2. class_ : Py.Object.t;
}
Sourceval dummy : path_cell
Sourceval converted_map_ref : index_cell Path.Map.t ref
Sourceval find_opt : Path.Map.key -> index_cell option
Sourceval get : int -> path_cell
Sourceval register : Path.Map.key -> Py.Object.t -> int
OCaml

Innovation. Community. Security.