Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Python 2 specific bindings.
val py_compilestringflags :
string ->
string ->
Pytypes.input ->
int ref option ->
Pytypes.pyobject
val pyclass_new :
Pytypes.pyobject ->
Pytypes.pyobject ->
Pytypes.pyobject ->
Pytypes.pyobject
val pyexc_standarderror : unit -> Pytypes.pyobject
val pyinstance_new :
Pytypes.pyobject ->
Pytypes.pyobject ->
Pytypes.pyobject ->
Pytypes.pyobject
val pyinstance_newraw :
Pytypes.pyobject ->
Pytypes.pyobject ->
Pytypes.pyobject
val pyint_aslong : Pytypes.pyobject -> int64
val pyint_fromlong : int64 -> Pytypes.pyobject
val pymethod_class : Pytypes.pyobject -> Pytypes.pyobject
val pynumber_divide : Pytypes.pyobject -> Pytypes.pyobject -> Pytypes.pyobject
val pynumber_inplacedivide :
Pytypes.pyobject ->
Pytypes.pyobject ->
Pytypes.pyobject
val pynumber_int : Pytypes.pyobject -> Pytypes.pyobject
val pyobject_cmp : Pytypes.pyobject -> Pytypes.pyobject -> int ref -> int
val pyobject_compare : Pytypes.pyobject -> Pytypes.pyobject -> int
val pyobject_unicode : Pytypes.pyobject -> Pytypes.pyobject
val pystring_asstring : Pytypes.pyobject -> string option
val pystring_format : Pytypes.pyobject -> Pytypes.pyobject -> Pytypes.pyobject
val pystring_fromstring : string -> Pytypes.pyobject
val pystring_fromstringandsize : string -> int -> Pytypes.pyobject
val pystring_size : Pytypes.pyobject -> int