package ocaml-in-python

  1. Overview
  2. Docs

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.