ocaml-in-python.api
Ocaml_in_python_api.Paths
type path_cell = {
path : Path.t;
class_ : Py.Object.t;
}
type index_cell = {
index : int;
val dummy : path_cell
val store : path_cell ExtensibleArray.t
val converted_map_ref : index_cell Path.Map.t ref
val find_opt : Path.Map.key -> index_cell option
val get : int -> path_cell
val register : Path.Map.key -> Py.Object.t -> int