Pywrappers.Python2Python 2 specific bindings.
val py_compilestringflags :
string ->
string ->
Pytypes.input ->
int Stdlib.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 Stdlib.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 -> int