Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Lymptype pyobj = | Pystr of string| Pyint of int| Pyfloat of float| Pybool of bool| Pybytes of bytes| Pyref of pycallable| Pytuple of pyobj list| Pylist of pyobj list| Pynone| Namedarg of string * pyobjval get_module : pycommunication -> string -> pycallableval builtins : pycommunication -> pycallableval call : pycallable -> string -> pyobj list -> unitval get : pycallable -> string -> pyobj list -> pyobjval get_string : pycallable -> string -> pyobj list -> stringval get_int : pycallable -> string -> pyobj list -> intval get_float : pycallable -> string -> pyobj list -> floatval get_bool : pycallable -> string -> pyobj list -> boolval get_bytes : pycallable -> string -> pyobj list -> bytesval get_ref : pycallable -> string -> pyobj list -> pycallableval get_tuple : pycallable -> string -> pyobj list -> pyobj listval get_list : pycallable -> string -> pyobj list -> pyobj listval attr : pycallable -> string -> pyobjval attr_string : pycallable -> string -> stringval attr_int : pycallable -> string -> intval attr_float : pycallable -> string -> floatval attr_bool : pycallable -> string -> boolval attr_bytes : pycallable -> string -> bytesval attr_ref : pycallable -> string -> pycallableval attr_tuple : pycallable -> string -> pyobj listval attr_list : pycallable -> string -> pyobj listval set_attr : pycallable -> string -> pyobj -> unitval dereference : pycallable -> pyobjval close : pycommunication -> unitval init :
?exec:string ->
?ocamlfind:bool ->
?lymppy_dirpath:string ->
string ->
pycommunication