Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Pywrappers.PycamlAutomatic wrappers for Pycaml_compat.
val _py_nonestruct : unit -> Pytypes.pyobjectval _py_truestruct : unit -> Pytypes.pyobjectval pybool_type : unit -> Pytypes.pyobjectval pycapsule_type : unit -> Pytypes.pyobjectval pycallable_check : Pytypes.pyobject -> intval pydict_clear : Pytypes.pyobject -> unitval pydict_copy : Pytypes.pyobject -> Pytypes.pyobjectval pydict_delitem : (Pytypes.pyobject * Pytypes.pyobject) -> intval pydict_delitemstring : (Pytypes.pyobject * string) -> intval pydict_getitem : (Pytypes.pyobject * Pytypes.pyobject) -> Pytypes.pyobjectval pydict_getitemstring : (Pytypes.pyobject * string) -> Pytypes.pyobjectval pydict_keys : Pytypes.pyobject -> Pytypes.pyobjectval pydict_items : Pytypes.pyobject -> Pytypes.pyobjectval pydict_new : unit -> Pytypes.pyobjectval pydict_setitem :
(Pytypes.pyobject * Pytypes.pyobject * Pytypes.pyobject) ->
intval pydict_setitemstring :
(Pytypes.pyobject * string * Pytypes.pyobject) ->
intval pydict_size : Pytypes.pyobject -> intval pydict_values : Pytypes.pyobject -> Pytypes.pyobjectval pyerr_exceptionmatches : Pytypes.pyobject -> intval pyerr_givenexceptionmatches : (Pytypes.pyobject * Pytypes.pyobject) -> intval pyerr_occurred : unit -> Pytypes.pyobjectval pyerr_setnone : Pytypes.pyobject -> unitval pyerr_setstring : (Pytypes.pyobject * string) -> unitval pyerr_setobject : (Pytypes.pyobject * Pytypes.pyobject) -> unitval pyeval_callobjectwithkeywords :
(Pytypes.pyobject * Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pyeval_getbuiltins : unit -> Pytypes.pyobjectval pyeval_getglobals : unit -> Pytypes.pyobjectval pyeval_getlocals : unit -> Pytypes.pyobjectval pyexc_baseexception : unit -> Pytypes.pyobjectval pyexc_exception : unit -> Pytypes.pyobjectval pyexc_stopiteration : unit -> Pytypes.pyobjectval pyexc_generatorexit : unit -> Pytypes.pyobjectval pyexc_arithmeticerror : unit -> Pytypes.pyobjectval pyexc_lookuperror : unit -> Pytypes.pyobjectval pyexc_assertionerror : unit -> Pytypes.pyobjectval pyexc_attributeerror : unit -> Pytypes.pyobjectval pyexc_buffererror : unit -> Pytypes.pyobjectval pyexc_encodingwarning : unit -> Pytypes.pyobjectval pyexc_eoferror : unit -> Pytypes.pyobjectval pyexc_floatingpointerror : unit -> Pytypes.pyobjectval pyexc_oserror : unit -> Pytypes.pyobjectval pyexc_importerror : unit -> Pytypes.pyobjectval pyexc_indexerror : unit -> Pytypes.pyobjectval pyexc_keyerror : unit -> Pytypes.pyobjectval pyexc_keyboardinterrupt : unit -> Pytypes.pyobjectval pyexc_memoryerror : unit -> Pytypes.pyobjectval pyexc_nameerror : unit -> Pytypes.pyobjectval pyexc_overflowerror : unit -> Pytypes.pyobjectval pyexc_resourcewarning : unit -> Pytypes.pyobjectval pyexc_runtimeerror : unit -> Pytypes.pyobjectval pyexc_notimplementederror : unit -> Pytypes.pyobjectval pyexc_syntaxerror : unit -> Pytypes.pyobjectval pyexc_indentationerror : unit -> Pytypes.pyobjectval pyexc_taberror : unit -> Pytypes.pyobjectval pyexc_referenceerror : unit -> Pytypes.pyobjectval pyexc_systemerror : unit -> Pytypes.pyobjectval pyexc_systemexit : unit -> Pytypes.pyobjectval pyexc_typeerror : unit -> Pytypes.pyobjectval pyexc_unboundlocalerror : unit -> Pytypes.pyobjectval pyexc_unicodeerror : unit -> Pytypes.pyobjectval pyexc_unicodeencodeerror : unit -> Pytypes.pyobjectval pyexc_unicodedecodeerror : unit -> Pytypes.pyobjectval pyexc_unicodetranslateerror : unit -> Pytypes.pyobjectval pyexc_valueerror : unit -> Pytypes.pyobjectval pyexc_zerodivisionerror : unit -> Pytypes.pyobjectval pyexc_environmenterror : unit -> Pytypes.pyobjectval pyexc_ioerror : unit -> Pytypes.pyobjectval pyexc_recursionerrorinst : unit -> Pytypes.pyobjectval pyexc_warning : unit -> Pytypes.pyobjectval pyexc_userwarning : unit -> Pytypes.pyobjectval pyexc_deprecationwarning : unit -> Pytypes.pyobjectval pyexc_pendingdeprecationwarning : unit -> Pytypes.pyobjectval pyexc_syntaxwarning : unit -> Pytypes.pyobjectval pyexc_runtimewarning : unit -> Pytypes.pyobjectval pyexc_futurewarning : unit -> Pytypes.pyobjectval pyexc_importwarning : unit -> Pytypes.pyobjectval pyexc_unicodewarning : unit -> Pytypes.pyobjectval pyexc_byteswarning : unit -> Pytypes.pyobjectval pyfloat_asdouble : Pytypes.pyobject -> floatval pyfloat_fromdouble : float -> Pytypes.pyobjectval pyfloat_type : unit -> Pytypes.pyobjectval pyimport_addmodule : string -> Pytypes.pyobjectval pyimport_execcodemodule : (string * Pytypes.pyobject) -> Pytypes.pyobjectval pyimport_execcodemoduleex :
(string * Pytypes.pyobject * string) ->
Pytypes.pyobjectval pyimport_getmoduledict : unit -> Pytypes.pyobjectval pyimport_import : Pytypes.pyobject -> Pytypes.pyobjectval pyimport_importmodule : string -> Pytypes.pyobjectval pyimport_importmodulelevel :
(string * Pytypes.pyobject * Pytypes.pyobject * Pytypes.pyobject * int) ->
Pytypes.pyobjectval pyimport_reloadmodule : Pytypes.pyobject -> Pytypes.pyobjectval pyiter_next : Pytypes.pyobject -> Pytypes.pyobjectval pylist_new : int -> Pytypes.pyobjectval pylist_getitem : (Pytypes.pyobject * int) -> Pytypes.pyobjectval pylist_setitem : (Pytypes.pyobject * int * Pytypes.pyobject) -> intval pylist_size : Pytypes.pyobject -> intval pylong_aslong : Pytypes.pyobject -> int64val pylong_fromlong : int64 -> Pytypes.pyobjectval pymapping_check : Pytypes.pyobject -> intval pymapping_getitemstring : (Pytypes.pyobject * string) -> Pytypes.pyobjectval pymapping_haskey : (Pytypes.pyobject * Pytypes.pyobject) -> intval pymapping_haskeystring : (Pytypes.pyobject * string) -> intval pymapping_length : Pytypes.pyobject -> intval pymapping_setitemstring :
(Pytypes.pyobject * string * Pytypes.pyobject) ->
intval pymapping_size : Pytypes.pyobject -> intval pymarshal_readobjectfromfile :
Unix.file_descr Pytypes.file ->
Pytypes.pyobjectval pymarshal_readlastobjectfromfile :
Unix.file_descr Pytypes.file ->
Pytypes.pyobjectval pymarshal_readobjectfromstring : (string * int) -> Pytypes.pyobjectval pymarshal_writeobjecttofile : (Pytypes.pyobject * int * int) -> unitval pymarshal_writeobjecttostring :
(Pytypes.pyobject * int) ->
Pytypes.pyobjectval pymethod_function : Pytypes.pyobject -> Pytypes.pyobjectval pymethod_new :
(Pytypes.pyobject * Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pymethod_self : Pytypes.pyobject -> Pytypes.pyobjectval pymodule_addobject : (Pytypes.pyobject * string * Pytypes.pyobject) -> intval pymodule_getdict : Pytypes.pyobject -> Pytypes.pyobjectval pymodule_getfilename : Pytypes.pyobject -> string optionval pymodule_getname : Pytypes.pyobject -> string optionval pymodule_new : string -> Pytypes.pyobjectval pymodule_type : unit -> Pytypes.pyobjectval pymodule_setdocstring : (Pytypes.pyobject * string) -> intval pynumber_absolute : Pytypes.pyobject -> Pytypes.pyobjectval pynumber_add : (Pytypes.pyobject * Pytypes.pyobject) -> Pytypes.pyobjectval pynumber_and : (Pytypes.pyobject * Pytypes.pyobject) -> Pytypes.pyobjectval pynumber_check : Pytypes.pyobject -> intval pynumber_divmod : (Pytypes.pyobject * Pytypes.pyobject) -> Pytypes.pyobjectval pynumber_float : Pytypes.pyobject -> Pytypes.pyobjectval pynumber_floordivide :
(Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pynumber_inplaceadd :
(Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pynumber_inplaceand :
(Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pynumber_inplacefloordivide :
(Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pynumber_inplacelshift :
(Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pynumber_inplacemultiply :
(Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pynumber_inplaceor :
(Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pynumber_inplacepower :
(Pytypes.pyobject * Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pynumber_inplaceremainder :
(Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pynumber_inplacershift :
(Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pynumber_inplacesubtract :
(Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pynumber_inplacetruedivide :
(Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pynumber_inplacexor :
(Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pynumber_invert : Pytypes.pyobject -> Pytypes.pyobjectval pynumber_long : Pytypes.pyobject -> Pytypes.pyobjectval pynumber_lshift : (Pytypes.pyobject * Pytypes.pyobject) -> Pytypes.pyobjectval pynumber_multiply :
(Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pynumber_negative : Pytypes.pyobject -> Pytypes.pyobjectval pynumber_or : (Pytypes.pyobject * Pytypes.pyobject) -> Pytypes.pyobjectval pynumber_positive : Pytypes.pyobject -> Pytypes.pyobjectval pynumber_power :
(Pytypes.pyobject * Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pynumber_remainder :
(Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pynumber_rshift : (Pytypes.pyobject * Pytypes.pyobject) -> Pytypes.pyobjectval pynumber_subtract :
(Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pynumber_truedivide :
(Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pynumber_xor : (Pytypes.pyobject * Pytypes.pyobject) -> Pytypes.pyobjectval pyobject_call :
(Pytypes.pyobject * Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pyobject_delitem : (Pytypes.pyobject * Pytypes.pyobject) -> intval pyobject_delitemstring : (Pytypes.pyobject * string) -> intval pyobject_dir : Pytypes.pyobject -> Pytypes.pyobjectval pyobject_getattr :
(Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pyobject_getattrstring : (Pytypes.pyobject * string) -> Pytypes.pyobjectval pyobject_getitem :
(Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pyobject_getiter : Pytypes.pyobject -> Pytypes.pyobjectval pyobject_hasattr : (Pytypes.pyobject * Pytypes.pyobject) -> intval pyobject_hasattrstring : (Pytypes.pyobject * string) -> intval pyobject_hash : Pytypes.pyobject -> int64val pyobject_istrue : Pytypes.pyobject -> intval pyobject_isinstance : (Pytypes.pyobject * Pytypes.pyobject) -> intval pyobject_issubclass : (Pytypes.pyobject * Pytypes.pyobject) -> intval pyobject_not : Pytypes.pyobject -> intval pyobject_print : (Pytypes.pyobject * int * int) -> intval pyobject_repr : Pytypes.pyobject -> Pytypes.pyobjectval pyobject_richcompare :
(Pytypes.pyobject * Pytypes.pyobject * int) ->
Pytypes.pyobjectval pyobject_richcomparebool :
(Pytypes.pyobject * Pytypes.pyobject * int) ->
intval pyobject_setattr :
(Pytypes.pyobject * Pytypes.pyobject * Pytypes.pyobject) ->
intval pyobject_setattrstring :
(Pytypes.pyobject * string * Pytypes.pyobject) ->
intval pyobject_setitem :
(Pytypes.pyobject * Pytypes.pyobject * Pytypes.pyobject) ->
intval pyobject_size : Pytypes.pyobject -> intval pyobject_str : Pytypes.pyobject -> Pytypes.pyobjectval pyobject_type : Pytypes.pyobject -> Pytypes.pyobjectval pyrun_anyfileexflags : (int * string * int * int ref option) -> intval pyrun_fileexflags :
(int
* string
* int
* Pytypes.pyobject
* Pytypes.pyobject
* int
* int ref option) ->
Pytypes.pyobjectval pyrun_interactiveoneflags : (int * string * int ref option) -> intval pyrun_interactiveloopflags : (int * string * int ref option) -> intval pyrun_simplefileexflags : (int * string * int * int ref option) -> intval pyrun_stringflags :
(string * int * Pytypes.pyobject * Pytypes.pyobject * int ref option) ->
Pytypes.pyobjectval pyrun_simplestringflags : (string * int ref option) -> intval pyseqiter_new : Pytypes.pyobject -> Pytypes.pyobjectval pycalliter_new : (Pytypes.pyobject * Pytypes.pyobject) -> Pytypes.pyobjectval pysequence_check : Pytypes.pyobject -> intval pysequence_concat :
(Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pysequence_contains : (Pytypes.pyobject * Pytypes.pyobject) -> intval pysequence_count : (Pytypes.pyobject * Pytypes.pyobject) -> intval pysequence_delitem : (Pytypes.pyobject * int) -> intval pysequence_delslice : (Pytypes.pyobject * int * int) -> intval pysequence_fast : (Pytypes.pyobject * string) -> Pytypes.pyobjectval pysequence_getitem : (Pytypes.pyobject * int) -> Pytypes.pyobjectval pysequence_getslice : (Pytypes.pyobject * int * int) -> Pytypes.pyobjectval pysequence_in : (Pytypes.pyobject * Pytypes.pyobject) -> intval pysequence_index : (Pytypes.pyobject * Pytypes.pyobject) -> intval pysequence_inplaceconcat :
(Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pysequence_inplacerepeat : (Pytypes.pyobject * int) -> Pytypes.pyobjectval pysequence_length : Pytypes.pyobject -> intval pysequence_list : Pytypes.pyobject -> Pytypes.pyobjectval pysequence_repeat : (Pytypes.pyobject * int) -> Pytypes.pyobjectval pysequence_setitem : (Pytypes.pyobject * int * Pytypes.pyobject) -> intval pysequence_setslice :
(Pytypes.pyobject * int * int * Pytypes.pyobject) ->
intval pysequence_size : Pytypes.pyobject -> intval pysequence_tuple : Pytypes.pyobject -> Pytypes.pyobjectval pyset_new : Pytypes.pyobject -> Pytypes.pyobjectval pyset_add : (Pytypes.pyobject * Pytypes.pyobject) -> intval pyset_contains : (Pytypes.pyobject * Pytypes.pyobject) -> intval pyset_clear : Pytypes.pyobject -> intval pyset_discard : (Pytypes.pyobject * Pytypes.pyobject) -> intval pyset_size : Pytypes.pyobject -> intval pyset_type : unit -> Pytypes.pyobjectval pyslice_new :
(Pytypes.pyobject * Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pytuple_getitem : (Pytypes.pyobject * int) -> Pytypes.pyobjectval pytuple_getslice : (Pytypes.pyobject * int * int) -> Pytypes.pyobjectval pytuple_new : int -> Pytypes.pyobjectval pytuple_setitem : (Pytypes.pyobject * int * Pytypes.pyobject) -> intval pytuple_size : Pytypes.pyobject -> intval pytype_issubtype : (Pytypes.pyobject * Pytypes.pyobject) -> intval pytype_type : unit -> Pytypes.pyobjectval py_compilestringflags :
(string * string * int * int ref option) ->
Pytypes.pyobjectval pyclass_new :
(Pytypes.pyobject * Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pyexc_standarderror : unit -> Pytypes.pyobjectval pyinstance_new :
(Pytypes.pyobject * Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pyinstance_newraw :
(Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pyint_aslong : Pytypes.pyobject -> int64val pyint_fromlong : int64 -> Pytypes.pyobjectval pymethod_class : Pytypes.pyobject -> Pytypes.pyobjectval pynumber_divide : (Pytypes.pyobject * Pytypes.pyobject) -> Pytypes.pyobjectval pynumber_inplacedivide :
(Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pynumber_int : Pytypes.pyobject -> Pytypes.pyobjectval pyobject_cmp : (Pytypes.pyobject * Pytypes.pyobject * int ref) -> intval pyobject_compare : (Pytypes.pyobject * Pytypes.pyobject) -> intval pyobject_unicode : Pytypes.pyobject -> Pytypes.pyobjectval pystring_asstring : Pytypes.pyobject -> string optionval pystring_format : (Pytypes.pyobject * Pytypes.pyobject) -> Pytypes.pyobjectval pystring_fromstring : string -> Pytypes.pyobjectval pystring_fromstringandsize : (string * int) -> Pytypes.pyobjectval pystring_size : Pytypes.pyobject -> intval py_compilestringexflags :
(string * string * int * int ref option * int) ->
Pytypes.pyobjectval pybytes_asstring : Pytypes.pyobject -> string optionval pybytes_fromstring : string -> Pytypes.pyobjectval pybytes_fromstringandsize : (string * int) -> Pytypes.pyobjectval pybytes_size : Pytypes.pyobject -> intval pyimport_execcodemoduleobject :
(Pytypes.pyobject * Pytypes.pyobject * Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pyimport_execcodemodulewithpathnames :
(string * Pytypes.pyobject * string * string) ->
Pytypes.pyobjectval pyimport_importmodulelevelobject :
(Pytypes.pyobject
* Pytypes.pyobject
* Pytypes.pyobject
* Pytypes.pyobject
* int) ->
Pytypes.pyobjectval pyinstancemethod_new : Pytypes.pyobject -> Pytypes.pyobjectval pyunicode_asencodedstring :
(Pytypes.pyobject * string * string) ->
Pytypes.pyobjectval pyunicode_asutf8string : Pytypes.pyobject -> Pytypes.pyobjectval pyunicode_asutf16string : Pytypes.pyobject -> Pytypes.pyobjectval pyunicode_asutf32string : Pytypes.pyobject -> Pytypes.pyobjectval pyunicode_decodeutf8 : (string * int * string option) -> Pytypes.pyobjectval pyunicode_decodeutf16 :
(string * int * string option * int ref) ->
Pytypes.pyobjectval pyunicode_decodeutf32 :
(string * int * string option * int ref) ->
Pytypes.pyobjectval pyunicode_format :
(Pytypes.pyobject * Pytypes.pyobject) ->
Pytypes.pyobjectval pyunicode_fromstring : string -> Pytypes.pyobjectval pyunicode_fromstringandsize : (string * int) -> Pytypes.pyobjectval pyunicode_getlength : Pytypes.pyobject -> intval pyunicode_getsize : Pytypes.pyobject -> intval pyunicode_fromkindanddata : (int * int array * int) -> Pytypes.pyobjectval pyunicode_asucs4copy : Pytypes.pyobject -> int array option