Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Pywrappers.Python3Python 3 specific bindings.
val py_compilestringexflags :
string ->
string ->
Pytypes.input ->
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