123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998(** Low-level bindings. *)(** The library has to be initialized via {!Py.initialize} first. *)external_py_nonestruct:unit->Pytypes.pyobject="Python__Py_NoneStruct_wrapper"external_py_truestruct:unit->Pytypes.pyobject="Python__Py_TrueStruct_wrapper"externalpy_exit:int->'a="Python_Py_Exit_wrapper"externalpy_getversion:unit->string="Python_Py_GetVersion_wrapper"externalpy_getplatform:unit->string="Python_Py_GetPlatform_wrapper"externalpy_getcopyright:unit->string="Python_Py_GetCopyright_wrapper"externalpy_getcompiler:unit->string="Python_Py_GetCompiler_wrapper"externalpy_getbuildinfo:unit->string="Python_Py_GetBuildInfo_wrapper"externalpy_fdisinteractive:Unix.file_descrPytypes.file->string->int="Python_Py_FdIsInteractive_wrapper"externalpy_initialize:unit->unit="Python_Py_Initialize_wrapper"externalpybool_type:unit->Pytypes.pyobject="Python_PyBool_Type_wrapper"externalpycapsule_type:unit->Pytypes.pyobject="Python_PyCapsule_Type_wrapper"externalpycallable_check:Pytypes.pyobject->int="Python_PyCallable_Check_wrapper"externalpydict_clear:Pytypes.pyobject->unit="Python_PyDict_Clear_wrapper"externalpydict_copy:Pytypes.pyobject->Pytypes.pyobject="Python_PyDict_Copy_wrapper"externalpydict_delitem:Pytypes.pyobject->Pytypes.pyobject->int="Python_PyDict_DelItem_wrapper"externalpydict_delitemstring:Pytypes.pyobject->string->int="Python_PyDict_DelItemString_wrapper"externalpydict_getitem:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyDict_GetItem_wrapper"externalpydict_getitemstring:Pytypes.pyobject->string->Pytypes.pyobject="Python_PyDict_GetItemString_wrapper"externalpydict_keys:Pytypes.pyobject->Pytypes.pyobject="Python_PyDict_Keys_wrapper"externalpydict_items:Pytypes.pyobject->Pytypes.pyobject="Python_PyDict_Items_wrapper"externalpydict_new:unit->Pytypes.pyobject="Python_PyDict_New_wrapper"externalpydict_setitem:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject->int="Python_PyDict_SetItem_wrapper"externalpydict_setitemstring:Pytypes.pyobject->string->Pytypes.pyobject->int="Python_PyDict_SetItemString_wrapper"externalpydict_size:Pytypes.pyobject->int="Python_PyDict_Size_wrapper"externalpydict_values:Pytypes.pyobject->Pytypes.pyobject="Python_PyDict_Values_wrapper"externalpyerr_clear:unit->unit="Python_PyErr_Clear_wrapper"externalpyerr_exceptionmatches:Pytypes.pyobject->int="Python_PyErr_ExceptionMatches_wrapper"externalpyerr_givenexceptionmatches:Pytypes.pyobject->Pytypes.pyobject->int="Python_PyErr_GivenExceptionMatches_wrapper"externalpyerr_occurred:unit->Pytypes.pyobject="Python_PyErr_Occurred_wrapper"externalpyerr_print:unit->unit="Python_PyErr_Print_wrapper"externalpyerr_printex:int->unit="Python_PyErr_PrintEx_wrapper"externalpyerr_setinterrupt:unit->unit="Python_PyErr_SetInterrupt_wrapper"externalpyerr_setinterruptex:int->unit="Python_PyErr_SetInterruptEx_wrapper"externalpyerr_setnone:Pytypes.pyobject->unit="Python_PyErr_SetNone_wrapper"externalpyerr_setstring:Pytypes.pyobject->string->unit="Python_PyErr_SetString_wrapper"externalpyerr_setobject:Pytypes.pyobject->Pytypes.pyobject->unit="Python_PyErr_SetObject_wrapper"externalpyeval_callobjectwithkeywords:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyEval_CallObjectWithKeywords_wrapper"externalpyeval_getbuiltins:unit->Pytypes.pyobject="Python_PyEval_GetBuiltins_wrapper"externalpyeval_getglobals:unit->Pytypes.pyobject="Python_PyEval_GetGlobals_wrapper"externalpyeval_getlocals:unit->Pytypes.pyobject="Python_PyEval_GetLocals_wrapper"externalpyexc_baseexception:unit->Pytypes.pyobject="Python_PyExc_BaseException_wrapper"externalpyexc_exception:unit->Pytypes.pyobject="Python_PyExc_Exception_wrapper"externalpyexc_stopiteration:unit->Pytypes.pyobject="Python_PyExc_StopIteration_wrapper"externalpyexc_generatorexit:unit->Pytypes.pyobject="Python_PyExc_GeneratorExit_wrapper"externalpyexc_arithmeticerror:unit->Pytypes.pyobject="Python_PyExc_ArithmeticError_wrapper"externalpyexc_lookuperror:unit->Pytypes.pyobject="Python_PyExc_LookupError_wrapper"externalpyexc_assertionerror:unit->Pytypes.pyobject="Python_PyExc_AssertionError_wrapper"externalpyexc_attributeerror:unit->Pytypes.pyobject="Python_PyExc_AttributeError_wrapper"externalpyexc_buffererror:unit->Pytypes.pyobject="Python_PyExc_BufferError_wrapper"externalpyexc_encodingwarning:unit->Pytypes.pyobject="Python_PyExc_EncodingWarning_wrapper"externalpyexc_eoferror:unit->Pytypes.pyobject="Python_PyExc_EOFError_wrapper"externalpyexc_floatingpointerror:unit->Pytypes.pyobject="Python_PyExc_FloatingPointError_wrapper"externalpyexc_oserror:unit->Pytypes.pyobject="Python_PyExc_OSError_wrapper"externalpyexc_importerror:unit->Pytypes.pyobject="Python_PyExc_ImportError_wrapper"externalpyexc_indexerror:unit->Pytypes.pyobject="Python_PyExc_IndexError_wrapper"externalpyexc_keyerror:unit->Pytypes.pyobject="Python_PyExc_KeyError_wrapper"externalpyexc_keyboardinterrupt:unit->Pytypes.pyobject="Python_PyExc_KeyboardInterrupt_wrapper"externalpyexc_memoryerror:unit->Pytypes.pyobject="Python_PyExc_MemoryError_wrapper"externalpyexc_nameerror:unit->Pytypes.pyobject="Python_PyExc_NameError_wrapper"externalpyexc_overflowerror:unit->Pytypes.pyobject="Python_PyExc_OverflowError_wrapper"externalpyexc_resourcewarning:unit->Pytypes.pyobject="Python_PyExc_ResourceWarning_wrapper"externalpyexc_runtimeerror:unit->Pytypes.pyobject="Python_PyExc_RuntimeError_wrapper"externalpyexc_notimplementederror:unit->Pytypes.pyobject="Python_PyExc_NotImplementedError_wrapper"externalpyexc_syntaxerror:unit->Pytypes.pyobject="Python_PyExc_SyntaxError_wrapper"externalpyexc_indentationerror:unit->Pytypes.pyobject="Python_PyExc_IndentationError_wrapper"externalpyexc_taberror:unit->Pytypes.pyobject="Python_PyExc_TabError_wrapper"externalpyexc_referenceerror:unit->Pytypes.pyobject="Python_PyExc_ReferenceError_wrapper"externalpyexc_systemerror:unit->Pytypes.pyobject="Python_PyExc_SystemError_wrapper"externalpyexc_systemexit:unit->Pytypes.pyobject="Python_PyExc_SystemExit_wrapper"externalpyexc_typeerror:unit->Pytypes.pyobject="Python_PyExc_TypeError_wrapper"externalpyexc_unboundlocalerror:unit->Pytypes.pyobject="Python_PyExc_UnboundLocalError_wrapper"externalpyexc_unicodeerror:unit->Pytypes.pyobject="Python_PyExc_UnicodeError_wrapper"externalpyexc_unicodeencodeerror:unit->Pytypes.pyobject="Python_PyExc_UnicodeEncodeError_wrapper"externalpyexc_unicodedecodeerror:unit->Pytypes.pyobject="Python_PyExc_UnicodeDecodeError_wrapper"externalpyexc_unicodetranslateerror:unit->Pytypes.pyobject="Python_PyExc_UnicodeTranslateError_wrapper"externalpyexc_valueerror:unit->Pytypes.pyobject="Python_PyExc_ValueError_wrapper"externalpyexc_zerodivisionerror:unit->Pytypes.pyobject="Python_PyExc_ZeroDivisionError_wrapper"externalpyexc_environmenterror:unit->Pytypes.pyobject="Python_PyExc_EnvironmentError_wrapper"externalpyexc_ioerror:unit->Pytypes.pyobject="Python_PyExc_IOError_wrapper"externalpyexc_recursionerrorinst:unit->Pytypes.pyobject="Python_PyExc_RecursionErrorInst_wrapper"externalpyexc_warning:unit->Pytypes.pyobject="Python_PyExc_Warning_wrapper"externalpyexc_userwarning:unit->Pytypes.pyobject="Python_PyExc_UserWarning_wrapper"externalpyexc_deprecationwarning:unit->Pytypes.pyobject="Python_PyExc_DeprecationWarning_wrapper"externalpyexc_pendingdeprecationwarning:unit->Pytypes.pyobject="Python_PyExc_PendingDeprecationWarning_wrapper"externalpyexc_syntaxwarning:unit->Pytypes.pyobject="Python_PyExc_SyntaxWarning_wrapper"externalpyexc_runtimewarning:unit->Pytypes.pyobject="Python_PyExc_RuntimeWarning_wrapper"externalpyexc_futurewarning:unit->Pytypes.pyobject="Python_PyExc_FutureWarning_wrapper"externalpyexc_importwarning:unit->Pytypes.pyobject="Python_PyExc_ImportWarning_wrapper"externalpyexc_unicodewarning:unit->Pytypes.pyobject="Python_PyExc_UnicodeWarning_wrapper"externalpyexc_byteswarning:unit->Pytypes.pyobject="Python_PyExc_BytesWarning_wrapper"externalpyfloat_asdouble:Pytypes.pyobject->float="Python_PyFloat_AsDouble_wrapper"externalpyfloat_fromdouble:float->Pytypes.pyobject="Python_PyFloat_FromDouble_wrapper"externalpyfloat_type:unit->Pytypes.pyobject="Python_PyFloat_Type_wrapper"externalpygilstate_check:unit->int="Python_PyGILState_Check_wrapper"externalpygilstate_ensure:unit->int="Python_PyGILState_Ensure_wrapper"externalpygilstate_release:int->unit="Python_PyGILState_Release_wrapper"externalpyimport_addmodule:string->Pytypes.pyobject="Python_PyImport_AddModule_wrapper"externalpyimport_cleanup:unit->unit="Python_PyImport_Cleanup_wrapper"externalpyimport_execcodemodule:string->Pytypes.pyobject->Pytypes.pyobject="Python_PyImport_ExecCodeModule_wrapper"externalpyimport_execcodemoduleex:string->Pytypes.pyobject->string->Pytypes.pyobject="Python_PyImport_ExecCodeModuleEx_wrapper"externalpyimport_getmagicnumber:unit->int64="Python_PyImport_GetMagicNumber_wrapper"externalpyimport_getmoduledict:unit->Pytypes.pyobject="Python_PyImport_GetModuleDict_wrapper"externalpyimport_importfrozenmodule:string->int="Python_PyImport_ImportFrozenModule_wrapper"externalpyimport_import:Pytypes.pyobject->Pytypes.pyobject="Python_PyImport_Import_wrapper"externalpyimport_importmodule:string->Pytypes.pyobject="Python_PyImport_ImportModule_wrapper"externalpyimport_importmodulelevel:string->Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject->int->Pytypes.pyobject="Python_PyImport_ImportModuleLevel_wrapper"externalpyimport_reloadmodule:Pytypes.pyobject->Pytypes.pyobject="Python_PyImport_ReloadModule_wrapper"externalpyiter_next:Pytypes.pyobject->Pytypes.pyobject="Python_PyIter_Next_wrapper"externalpylist_new:int->Pytypes.pyobject="Python_PyList_New_wrapper"externalpylist_getitem:Pytypes.pyobject->int->Pytypes.pyobject="Python_PyList_GetItem_wrapper"externalpylist_setitem:Pytypes.pyobject->int->Pytypes.pyobject->int="Python_PyList_SetItem_wrapper"externalpylist_size:Pytypes.pyobject->int="Python_PyList_Size_wrapper"externalpylong_aslong:Pytypes.pyobject->int64="Python_PyLong_AsLong_wrapper"externalpylong_fromlong:int64->Pytypes.pyobject="Python_PyLong_FromLong_wrapper"externalpymapping_check:Pytypes.pyobject->int="Python_PyMapping_Check_wrapper"externalpymapping_getitemstring:Pytypes.pyobject->string->Pytypes.pyobject="Python_PyMapping_GetItemString_wrapper"externalpymapping_haskey:Pytypes.pyobject->Pytypes.pyobject->int="Python_PyMapping_HasKey_wrapper"externalpymapping_haskeystring:Pytypes.pyobject->string->int="Python_PyMapping_HasKeyString_wrapper"externalpymapping_length:Pytypes.pyobject->int="Python_PyMapping_Length_wrapper"externalpymapping_setitemstring:Pytypes.pyobject->string->Pytypes.pyobject->int="Python_PyMapping_SetItemString_wrapper"externalpymapping_size:Pytypes.pyobject->int="Python_PyMapping_Size_wrapper"externalpymarshal_readobjectfromfile:Unix.file_descrPytypes.file->Pytypes.pyobject="Python_PyMarshal_ReadObjectFromFile_wrapper"externalpymarshal_readlastobjectfromfile:Unix.file_descrPytypes.file->Pytypes.pyobject="Python_PyMarshal_ReadLastObjectFromFile_wrapper"externalpymarshal_readobjectfromstring:string->int->Pytypes.pyobject="Python_PyMarshal_ReadObjectFromString_wrapper"externalpymarshal_writeobjecttofile:Pytypes.pyobject->Unix.file_descrPytypes.file->int->unit="Python_PyMarshal_WriteObjectToFile_wrapper"externalpymarshal_writeobjecttostring:Pytypes.pyobject->int->Pytypes.pyobject="Python_PyMarshal_WriteObjectToString_wrapper"externalpymethod_function:Pytypes.pyobject->Pytypes.pyobject="Python_PyMethod_Function_wrapper"externalpymethod_new:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyMethod_New_wrapper"externalpymethod_self:Pytypes.pyobject->Pytypes.pyobject="Python_PyMethod_Self_wrapper"externalpymodule_addobject:Pytypes.pyobject->string->Pytypes.pyobject->int="Python_PyModule_AddObject_wrapper"externalpymodule_getdict:Pytypes.pyobject->Pytypes.pyobject="Python_PyModule_GetDict_wrapper"externalpymodule_getfilename:Pytypes.pyobject->stringoption="Python_PyModule_GetFilename_wrapper"externalpymodule_getname:Pytypes.pyobject->stringoption="Python_PyModule_GetName_wrapper"externalpymodule_new:string->Pytypes.pyobject="Python_PyModule_New_wrapper"externalpymodule_type:unit->Pytypes.pyobject="Python_PyModule_Type_wrapper"externalpymodule_setdocstring:Pytypes.pyobject->string->int="Python_PyModule_SetDocString_wrapper"externalpynumber_absolute:Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_Absolute_wrapper"externalpynumber_add:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_Add_wrapper"externalpynumber_and:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_And_wrapper"externalpynumber_check:Pytypes.pyobject->int="Python_PyNumber_Check_wrapper"externalpynumber_divmod:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_Divmod_wrapper"externalpynumber_float:Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_Float_wrapper"externalpynumber_floordivide:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_FloorDivide_wrapper"externalpynumber_inplaceadd:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_InPlaceAdd_wrapper"externalpynumber_inplaceand:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_InPlaceAnd_wrapper"externalpynumber_inplacefloordivide:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_InPlaceFloorDivide_wrapper"externalpynumber_inplacelshift:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_InPlaceLshift_wrapper"externalpynumber_inplacemultiply:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_InPlaceMultiply_wrapper"externalpynumber_inplaceor:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_InPlaceOr_wrapper"externalpynumber_inplacepower:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_InPlacePower_wrapper"externalpynumber_inplaceremainder:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_InPlaceRemainder_wrapper"externalpynumber_inplacershift:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_InPlaceRshift_wrapper"externalpynumber_inplacesubtract:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_InPlaceSubtract_wrapper"externalpynumber_inplacetruedivide:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_InPlaceTrueDivide_wrapper"externalpynumber_inplacexor:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_InPlaceXor_wrapper"externalpynumber_invert:Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_Invert_wrapper"externalpynumber_long:Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_Long_wrapper"externalpynumber_lshift:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_Lshift_wrapper"externalpynumber_multiply:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_Multiply_wrapper"externalpynumber_negative:Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_Negative_wrapper"externalpynumber_or:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_Or_wrapper"externalpynumber_positive:Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_Positive_wrapper"externalpynumber_power:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_Power_wrapper"externalpynumber_remainder:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_Remainder_wrapper"externalpynumber_rshift:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_Rshift_wrapper"externalpynumber_subtract:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_Subtract_wrapper"externalpynumber_truedivide:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_TrueDivide_wrapper"externalpynumber_xor:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyNumber_Xor_wrapper"externalpyobject_call:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyObject_Call_wrapper"externalpyobject_delitem:Pytypes.pyobject->Pytypes.pyobject->int="Python_PyObject_DelItem_wrapper"externalpyobject_delitemstring:Pytypes.pyobject->string->int="Python_PyObject_DelItemString_wrapper"externalpyobject_dir:Pytypes.pyobject->Pytypes.pyobject="Python_PyObject_Dir_wrapper"externalpyobject_getattr:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyObject_GetAttr_wrapper"externalpyobject_getattrstring:Pytypes.pyobject->string->Pytypes.pyobject="Python_PyObject_GetAttrString_wrapper"externalpyobject_getitem:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyObject_GetItem_wrapper"externalpyobject_getiter:Pytypes.pyobject->Pytypes.pyobject="Python_PyObject_GetIter_wrapper"externalpyobject_hasattr:Pytypes.pyobject->Pytypes.pyobject->int="Python_PyObject_HasAttr_wrapper"externalpyobject_hasattrstring:Pytypes.pyobject->string->int="Python_PyObject_HasAttrString_wrapper"externalpyobject_hash:Pytypes.pyobject->int64="Python_PyObject_Hash_wrapper"externalpyobject_istrue:Pytypes.pyobject->int="Python_PyObject_IsTrue_wrapper"externalpyobject_isinstance:Pytypes.pyobject->Pytypes.pyobject->int="Python_PyObject_IsInstance_wrapper"externalpyobject_issubclass:Pytypes.pyobject->Pytypes.pyobject->int="Python_PyObject_IsSubclass_wrapper"externalpyobject_not:Pytypes.pyobject->int="Python_PyObject_Not_wrapper"externalpyobject_print:Pytypes.pyobject->Unix.file_descrPytypes.file->int->int="Python_PyObject_Print_wrapper"externalpyobject_repr:Pytypes.pyobject->Pytypes.pyobject="Python_PyObject_Repr_wrapper"externalpyobject_richcompare:Pytypes.pyobject->Pytypes.pyobject->Pytypes.compare->Pytypes.pyobject="Python_PyObject_RichCompare_wrapper"externalpyobject_richcomparebool:Pytypes.pyobject->Pytypes.pyobject->Pytypes.compare->int="Python_PyObject_RichCompareBool_wrapper"externalpyobject_setattr:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject->int="Python_PyObject_SetAttr_wrapper"externalpyobject_setattrstring:Pytypes.pyobject->string->Pytypes.pyobject->int="Python_PyObject_SetAttrString_wrapper"externalpyobject_setitem:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject->int="Python_PyObject_SetItem_wrapper"externalpyobject_size:Pytypes.pyobject->int="Python_PyObject_Size_wrapper"externalpyobject_str:Pytypes.pyobject->Pytypes.pyobject="Python_PyObject_Str_wrapper"externalpyobject_type:Pytypes.pyobject->Pytypes.pyobject="Python_PyObject_Type_wrapper"externalpyrun_anyfileexflags:Unix.file_descrPytypes.file->string->int->intrefoption->int="Python_PyRun_AnyFileExFlags_wrapper"externalpyrun_fileexflags:Unix.file_descrPytypes.file->string->Pytypes.input->Pytypes.pyobject->Pytypes.pyobject->int->intrefoption->Pytypes.pyobject="Python_PyRun_FileExFlags_bytecode""Python_PyRun_FileExFlags_native"externalpyrun_interactiveoneflags:Unix.file_descrPytypes.file->string->intrefoption->int="Python_PyRun_InteractiveOneFlags_wrapper"externalpyrun_interactiveloopflags:Unix.file_descrPytypes.file->string->intrefoption->int="Python_PyRun_InteractiveLoopFlags_wrapper"externalpyrun_simplefileexflags:Unix.file_descrPytypes.file->string->int->intrefoption->int="Python_PyRun_SimpleFileExFlags_wrapper"externalpyrun_stringflags:string->Pytypes.input->Pytypes.pyobject->Pytypes.pyobject->intrefoption->Pytypes.pyobject="Python_PyRun_StringFlags_wrapper"externalpyrun_simplestringflags:string->intrefoption->int="Python_PyRun_SimpleStringFlags_wrapper"externalpyseqiter_new:Pytypes.pyobject->Pytypes.pyobject="Python_PySeqIter_New_wrapper"externalpycalliter_new:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PyCallIter_New_wrapper"externalpysequence_check:Pytypes.pyobject->int="Python_PySequence_Check_wrapper"externalpysequence_concat:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PySequence_Concat_wrapper"externalpysequence_contains:Pytypes.pyobject->Pytypes.pyobject->int="Python_PySequence_Contains_wrapper"externalpysequence_count:Pytypes.pyobject->Pytypes.pyobject->int="Python_PySequence_Count_wrapper"externalpysequence_delitem:Pytypes.pyobject->int->int="Python_PySequence_DelItem_wrapper"externalpysequence_delslice:Pytypes.pyobject->int->int->int="Python_PySequence_DelSlice_wrapper"externalpysequence_fast:Pytypes.pyobject->string->Pytypes.pyobject="Python_PySequence_Fast_wrapper"externalpysequence_getitem:Pytypes.pyobject->int->Pytypes.pyobject="Python_PySequence_GetItem_wrapper"externalpysequence_getslice:Pytypes.pyobject->int->int->Pytypes.pyobject="Python_PySequence_GetSlice_wrapper"externalpysequence_in:Pytypes.pyobject->Pytypes.pyobject->int="Python_PySequence_In_wrapper"externalpysequence_index:Pytypes.pyobject->Pytypes.pyobject->int="Python_PySequence_Index_wrapper"externalpysequence_inplaceconcat:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PySequence_InPlaceConcat_wrapper"externalpysequence_inplacerepeat:Pytypes.pyobject->int->Pytypes.pyobject="Python_PySequence_InPlaceRepeat_wrapper"externalpysequence_length:Pytypes.pyobject->int="Python_PySequence_Length_wrapper"externalpysequence_list:Pytypes.pyobject->Pytypes.pyobject="Python_PySequence_List_wrapper"externalpysequence_repeat:Pytypes.pyobject->int->Pytypes.pyobject="Python_PySequence_Repeat_wrapper"externalpysequence_setitem:Pytypes.pyobject->int->Pytypes.pyobject->int="Python_PySequence_SetItem_wrapper"externalpysequence_setslice:Pytypes.pyobject->int->int->Pytypes.pyobject->int="Python_PySequence_SetSlice_wrapper"externalpysequence_size:Pytypes.pyobject->int="Python_PySequence_Size_wrapper"externalpysequence_tuple:Pytypes.pyobject->Pytypes.pyobject="Python_PySequence_Tuple_wrapper"externalpyset_new:Pytypes.pyobject->Pytypes.pyobject="Python_PySet_New_wrapper"externalpyset_add:Pytypes.pyobject->Pytypes.pyobject->int="Python_PySet_Add_wrapper"externalpyset_contains:Pytypes.pyobject->Pytypes.pyobject->int="Python_PySet_Contains_wrapper"externalpyset_clear:Pytypes.pyobject->int="Python_PySet_Clear_wrapper"externalpyset_discard:Pytypes.pyobject->Pytypes.pyobject->int="Python_PySet_Discard_wrapper"externalpyset_size:Pytypes.pyobject->int="Python_PySet_Size_wrapper"externalpyset_type:unit->Pytypes.pyobject="Python_PySet_Type_wrapper"externalpyslice_new:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python_PySlice_New_wrapper"externalpytuple_getitem:Pytypes.pyobject->int->Pytypes.pyobject="Python_PyTuple_GetItem_wrapper"externalpytuple_getslice:Pytypes.pyobject->int->int->Pytypes.pyobject="Python_PyTuple_GetSlice_wrapper"externalpytuple_new:int->Pytypes.pyobject="Python_PyTuple_New_wrapper"externalpytuple_setitem:Pytypes.pyobject->int->Pytypes.pyobject->int="Python_PyTuple_SetItem_wrapper"externalpytuple_size:Pytypes.pyobject->int="Python_PyTuple_Size_wrapper"externalpytype_issubtype:Pytypes.pyobject->Pytypes.pyobject->int="Python_PyType_IsSubtype_wrapper"externalpytype_type:unit->Pytypes.pyobject="Python_PyType_Type_wrapper"(** Python 2 specific bindings. *)modulePython2=structexternalpy_getprogramname:unit->string="Python2_Py_GetProgramName_wrapper"externalpy_getpythonhome:unit->string="Python2_Py_GetPythonHome_wrapper"externalpy_getprogramfullpath:unit->string="Python2_Py_GetProgramFullPath_wrapper"externalpy_getprefix:unit->string="Python2_Py_GetPrefix_wrapper"externalpy_getexecprefix:unit->string="Python2_Py_GetExecPrefix_wrapper"externalpy_getpath:unit->string="Python2_Py_GetPath_wrapper"externalpy_setprogramname:string->unit="Python2_Py_SetProgramName_wrapper"externalpy_setpythonhome:string->unit="Python2_Py_SetPythonHome_wrapper"externalpy_compilestringflags:string->string->Pytypes.input->intrefoption->Pytypes.pyobject="Python2_Py_CompileStringFlags_wrapper"externalpyclass_new:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python2_PyClass_New_wrapper"externalpyexc_standarderror:unit->Pytypes.pyobject="Python2_PyExc_StandardError_wrapper"externalpyeval_getrestricted:unit->int="Python2_PyEval_GetRestricted_wrapper"externalpyinstance_new:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python2_PyInstance_New_wrapper"externalpyinstance_newraw:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python2_PyInstance_NewRaw_wrapper"externalpyint_aslong:Pytypes.pyobject->int64="Python2_PyInt_AsLong_wrapper"externalpyint_fromlong:int64->Pytypes.pyobject="Python2_PyInt_FromLong_wrapper"externalpyint_getmax:unit->int64="Python2_PyInt_GetMax_wrapper"externalpymethod_class:Pytypes.pyobject->Pytypes.pyobject="Python2_PyMethod_Class_wrapper"externalpynumber_divide:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python2_PyNumber_Divide_wrapper"externalpynumber_inplacedivide:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python2_PyNumber_InPlaceDivide_wrapper"externalpynumber_int:Pytypes.pyobject->Pytypes.pyobject="Python2_PyNumber_Int_wrapper"externalpyobject_cmp:Pytypes.pyobject->Pytypes.pyobject->intref->int="Python2_PyObject_Cmp_wrapper"externalpyobject_compare:Pytypes.pyobject->Pytypes.pyobject->int="Python2_PyObject_Compare_wrapper"externalpyobject_unicode:Pytypes.pyobject->Pytypes.pyobject="Python2_PyObject_Unicode_wrapper"externalpystring_asstring:Pytypes.pyobject->stringoption="Python2_PyString_AsString_wrapper"externalpystring_format:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python2_PyString_Format_wrapper"externalpystring_fromstring:string->Pytypes.pyobject="Python2_PyString_FromString_wrapper"externalpystring_fromstringandsize:string->int->Pytypes.pyobject="Python2_PyString_FromStringAndSize_wrapper"externalpystring_size:Pytypes.pyobject->int="Python2_PyString_Size_wrapper"end(** UCS2 specific bindings. *)moduleUCS2=structexternalpyunicodeucs2_asencodedstring:Pytypes.pyobject->string->string->Pytypes.pyobject="UCS2_PyUnicodeUCS2_AsEncodedString_wrapper"externalpyunicodeucs2_asutf8string:Pytypes.pyobject->Pytypes.pyobject="UCS2_PyUnicodeUCS2_AsUTF8String_wrapper"externalpyunicodeucs2_asutf16string:Pytypes.pyobject->Pytypes.pyobject="UCS2_PyUnicodeUCS2_AsUTF16String_wrapper"externalpyunicodeucs2_asutf32string:Pytypes.pyobject->Pytypes.pyobject="UCS2_PyUnicodeUCS2_AsUTF32String_wrapper"externalpyunicodeucs2_decodeutf8:string->int->stringoption->Pytypes.pyobject="UCS2_PyUnicodeUCS2_DecodeUTF8_wrapper"externalpyunicodeucs2_decodeutf16:string->int->stringoption->intref->Pytypes.pyobject="UCS2_PyUnicodeUCS2_DecodeUTF16_wrapper"externalpyunicodeucs2_decodeutf32:string->int->stringoption->intref->Pytypes.pyobject="UCS2_PyUnicodeUCS2_DecodeUTF32_wrapper"externalpyunicodeucs2_format:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="UCS2_PyUnicodeUCS2_Format_wrapper"externalpyunicodeucs2_fromstring:string->Pytypes.pyobject="UCS2_PyUnicodeUCS2_FromString_wrapper"externalpyunicodeucs2_getsize:Pytypes.pyobject->int="UCS2_PyUnicodeUCS2_GetSize_wrapper"externalpyunicodeucs2_fromunicode:intarray->int->Pytypes.pyobject="UCS2_PyUnicodeUCS2_FromUnicode_wrapper"externalpyunicodeucs2_asunicode:Pytypes.pyobject->intarrayoption="UCS2_PyUnicodeUCS2_AsUnicode_wrapper"end(** UCS4 specific bindings. *)moduleUCS4=structexternalpyunicodeucs4_asencodedstring:Pytypes.pyobject->string->string->Pytypes.pyobject="UCS4_PyUnicodeUCS4_AsEncodedString_wrapper"externalpyunicodeucs4_asutf8string:Pytypes.pyobject->Pytypes.pyobject="UCS4_PyUnicodeUCS4_AsUTF8String_wrapper"externalpyunicodeucs4_asutf16string:Pytypes.pyobject->Pytypes.pyobject="UCS4_PyUnicodeUCS4_AsUTF16String_wrapper"externalpyunicodeucs4_asutf32string:Pytypes.pyobject->Pytypes.pyobject="UCS4_PyUnicodeUCS4_AsUTF32String_wrapper"externalpyunicodeucs4_decodeutf8:string->int->stringoption->Pytypes.pyobject="UCS4_PyUnicodeUCS4_DecodeUTF8_wrapper"externalpyunicodeucs4_decodeutf16:string->int->stringoption->intref->Pytypes.pyobject="UCS4_PyUnicodeUCS4_DecodeUTF16_wrapper"externalpyunicodeucs4_decodeutf32:string->int->stringoption->intref->Pytypes.pyobject="UCS4_PyUnicodeUCS4_DecodeUTF32_wrapper"externalpyunicodeucs4_format:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="UCS4_PyUnicodeUCS4_Format_wrapper"externalpyunicodeucs4_fromstring:string->Pytypes.pyobject="UCS4_PyUnicodeUCS4_FromString_wrapper"externalpyunicodeucs4_getsize:Pytypes.pyobject->int="UCS4_PyUnicodeUCS4_GetSize_wrapper"externalpyunicodeucs4_fromunicode:intarray->int->Pytypes.pyobject="UCS4_PyUnicodeUCS4_FromUnicode_wrapper"externalpyunicodeucs4_asunicode:Pytypes.pyobject->intarrayoption="UCS4_PyUnicodeUCS4_AsUnicode_wrapper"end(** Python 3 specific bindings. *)modulePython3=structexternalpy_getprogramname:unit->string="Python3_Py_GetProgramName_wrapper"externalpy_getpythonhome:unit->string="Python3_Py_GetPythonHome_wrapper"externalpy_getprogramfullpath:unit->string="Python3_Py_GetProgramFullPath_wrapper"externalpy_getprefix:unit->string="Python3_Py_GetPrefix_wrapper"externalpy_getexecprefix:unit->string="Python3_Py_GetExecPrefix_wrapper"externalpy_getpath:unit->string="Python3_Py_GetPath_wrapper"externalpy_setprogramname:string->unit="Python3_Py_SetProgramName_wrapper"externalpy_setpythonhome:string->unit="Python3_Py_SetPythonHome_wrapper"externalpy_compilestringexflags:string->string->Pytypes.input->intrefoption->int->Pytypes.pyobject="Python3_Py_CompileStringExFlags_wrapper"externalpybytes_asstring:Pytypes.pyobject->stringoption="Python3_PyBytes_AsString_wrapper"externalpybytes_fromstring:string->Pytypes.pyobject="Python3_PyBytes_FromString_wrapper"externalpybytes_fromstringandsize:string->int->Pytypes.pyobject="Python3_PyBytes_FromStringAndSize_wrapper"externalpybytes_size:Pytypes.pyobject->int="Python3_PyBytes_Size_wrapper"externalpyimport_execcodemoduleobject:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python3_PyImport_ExecCodeModuleObject_wrapper"externalpyimport_execcodemodulewithpathnames:string->Pytypes.pyobject->string->string->Pytypes.pyobject="Python3_PyImport_ExecCodeModuleWithPathnames_wrapper"externalpyimport_importmodulelevelobject:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject->int->Pytypes.pyobject="Python3_PyImport_ImportModuleLevelObject_wrapper"externalpyinstancemethod_new:Pytypes.pyobject->Pytypes.pyobject="Python3_PyInstanceMethod_New_wrapper"externalpyunicode_asencodedstring:Pytypes.pyobject->string->string->Pytypes.pyobject="Python3_PyUnicode_AsEncodedString_wrapper"externalpyunicode_asutf8string:Pytypes.pyobject->Pytypes.pyobject="Python3_PyUnicode_AsUTF8String_wrapper"externalpyunicode_asutf16string:Pytypes.pyobject->Pytypes.pyobject="Python3_PyUnicode_AsUTF16String_wrapper"externalpyunicode_asutf32string:Pytypes.pyobject->Pytypes.pyobject="Python3_PyUnicode_AsUTF32String_wrapper"externalpyunicode_decodeutf8:string->int->stringoption->Pytypes.pyobject="Python3_PyUnicode_DecodeUTF8_wrapper"externalpyunicode_decodeutf16:string->int->stringoption->intref->Pytypes.pyobject="Python3_PyUnicode_DecodeUTF16_wrapper"externalpyunicode_decodeutf32:string->int->stringoption->intref->Pytypes.pyobject="Python3_PyUnicode_DecodeUTF32_wrapper"externalpyunicode_format:Pytypes.pyobject->Pytypes.pyobject->Pytypes.pyobject="Python3_PyUnicode_Format_wrapper"externalpyunicode_fromstring:string->Pytypes.pyobject="Python3_PyUnicode_FromString_wrapper"externalpyunicode_fromstringandsize:string->int->Pytypes.pyobject="Python3_PyUnicode_FromStringAndSize_wrapper"externalpyunicode_getlength:Pytypes.pyobject->int="Python3_PyUnicode_GetLength_wrapper"externalpyunicode_getsize:Pytypes.pyobject->int="Python3_PyUnicode_GetSize_wrapper"externalpyunicode_fromkindanddata:int->intarray->int->Pytypes.pyobject="Python3_PyUnicode_FromKindAndData_wrapper"externalpyunicode_asucs4copy:Pytypes.pyobject->intarrayoption="Python3_PyUnicode_AsUCS4Copy_wrapper"end(** Automatic wrappers for Pycaml_compat. *)modulePycaml=structlet_py_nonestruct=_py_nonestructlet_py_truestruct=_py_truestructletpy_exitarg=py_exitargletpy_getversion()=py_getversion()letpy_getplatform()=py_getplatform()letpy_getcopyright()=py_getcopyright()letpy_getcompiler()=py_getcompiler()letpy_getbuildinfo()=py_getbuildinfo()letpy_fdisinteractive(arg0,arg1)=py_fdisinteractive(Pytypes.Channel(Pyml_arch.fd_of_intarg0))arg1letpy_initialize()=py_initialize()letpybool_type=pybool_typeletpycapsule_type=pycapsule_typeletpycallable_checkarg=pycallable_checkargletpydict_cleararg=pydict_clearargletpydict_copyarg=pydict_copyargletpydict_delitem(arg0,arg1)=pydict_delitemarg0arg1letpydict_delitemstring(arg0,arg1)=pydict_delitemstringarg0arg1letpydict_getitem(arg0,arg1)=pydict_getitemarg0arg1letpydict_getitemstring(arg0,arg1)=pydict_getitemstringarg0arg1letpydict_keysarg=pydict_keysargletpydict_itemsarg=pydict_itemsargletpydict_new()=pydict_new()letpydict_setitem(arg0,arg1,arg2)=pydict_setitemarg0arg1arg2letpydict_setitemstring(arg0,arg1,arg2)=pydict_setitemstringarg0arg1arg2letpydict_sizearg=pydict_sizeargletpydict_valuesarg=pydict_valuesargletpyerr_clear()=pyerr_clear()letpyerr_exceptionmatchesarg=pyerr_exceptionmatchesargletpyerr_givenexceptionmatches(arg0,arg1)=pyerr_givenexceptionmatchesarg0arg1letpyerr_occurred()=pyerr_occurred()letpyerr_print()=pyerr_print()letpyerr_printexarg=pyerr_printexargletpyerr_setinterrupt()=pyerr_setinterrupt()letpyerr_setinterruptexarg=pyerr_setinterruptexargletpyerr_setnonearg=pyerr_setnoneargletpyerr_setstring(arg0,arg1)=pyerr_setstringarg0arg1letpyerr_setobject(arg0,arg1)=pyerr_setobjectarg0arg1letpyeval_callobjectwithkeywords(arg0,arg1,arg2)=pyeval_callobjectwithkeywordsarg0arg1arg2letpyeval_getbuiltins()=pyeval_getbuiltins()letpyeval_getglobals()=pyeval_getglobals()letpyeval_getlocals()=pyeval_getlocals()letpyexc_baseexception=pyexc_baseexceptionletpyexc_exception=pyexc_exceptionletpyexc_stopiteration=pyexc_stopiterationletpyexc_generatorexit=pyexc_generatorexitletpyexc_arithmeticerror=pyexc_arithmeticerrorletpyexc_lookuperror=pyexc_lookuperrorletpyexc_assertionerror=pyexc_assertionerrorletpyexc_attributeerror=pyexc_attributeerrorletpyexc_buffererror=pyexc_buffererrorletpyexc_encodingwarning=pyexc_encodingwarningletpyexc_eoferror=pyexc_eoferrorletpyexc_floatingpointerror=pyexc_floatingpointerrorletpyexc_oserror=pyexc_oserrorletpyexc_importerror=pyexc_importerrorletpyexc_indexerror=pyexc_indexerrorletpyexc_keyerror=pyexc_keyerrorletpyexc_keyboardinterrupt=pyexc_keyboardinterruptletpyexc_memoryerror=pyexc_memoryerrorletpyexc_nameerror=pyexc_nameerrorletpyexc_overflowerror=pyexc_overflowerrorletpyexc_resourcewarning=pyexc_resourcewarningletpyexc_runtimeerror=pyexc_runtimeerrorletpyexc_notimplementederror=pyexc_notimplementederrorletpyexc_syntaxerror=pyexc_syntaxerrorletpyexc_indentationerror=pyexc_indentationerrorletpyexc_taberror=pyexc_taberrorletpyexc_referenceerror=pyexc_referenceerrorletpyexc_systemerror=pyexc_systemerrorletpyexc_systemexit=pyexc_systemexitletpyexc_typeerror=pyexc_typeerrorletpyexc_unboundlocalerror=pyexc_unboundlocalerrorletpyexc_unicodeerror=pyexc_unicodeerrorletpyexc_unicodeencodeerror=pyexc_unicodeencodeerrorletpyexc_unicodedecodeerror=pyexc_unicodedecodeerrorletpyexc_unicodetranslateerror=pyexc_unicodetranslateerrorletpyexc_valueerror=pyexc_valueerrorletpyexc_zerodivisionerror=pyexc_zerodivisionerrorletpyexc_environmenterror=pyexc_environmenterrorletpyexc_ioerror=pyexc_ioerrorletpyexc_recursionerrorinst=pyexc_recursionerrorinstletpyexc_warning=pyexc_warningletpyexc_userwarning=pyexc_userwarningletpyexc_deprecationwarning=pyexc_deprecationwarningletpyexc_pendingdeprecationwarning=pyexc_pendingdeprecationwarningletpyexc_syntaxwarning=pyexc_syntaxwarningletpyexc_runtimewarning=pyexc_runtimewarningletpyexc_futurewarning=pyexc_futurewarningletpyexc_importwarning=pyexc_importwarningletpyexc_unicodewarning=pyexc_unicodewarningletpyexc_byteswarning=pyexc_byteswarningletpyfloat_asdoublearg=pyfloat_asdoubleargletpyfloat_fromdoublearg=pyfloat_fromdoubleargletpyfloat_type=pyfloat_typeletpygilstate_check()=pygilstate_check()letpygilstate_ensure()=pygilstate_ensure()letpygilstate_releasearg=pygilstate_releaseargletpyimport_addmodulearg=pyimport_addmoduleargletpyimport_cleanup()=pyimport_cleanup()letpyimport_execcodemodule(arg0,arg1)=pyimport_execcodemodulearg0arg1letpyimport_execcodemoduleex(arg0,arg1,arg2)=pyimport_execcodemoduleexarg0arg1arg2letpyimport_getmagicnumber()=pyimport_getmagicnumber()letpyimport_getmoduledict()=pyimport_getmoduledict()letpyimport_importfrozenmodulearg=pyimport_importfrozenmoduleargletpyimport_importarg=pyimport_importargletpyimport_importmodulearg=pyimport_importmoduleargletpyimport_importmodulelevel(arg0,arg1,arg2,arg3,arg4)=pyimport_importmodulelevelarg0arg1arg2arg3arg4letpyimport_reloadmodulearg=pyimport_reloadmoduleargletpyiter_nextarg=pyiter_nextargletpylist_newarg=pylist_newargletpylist_getitem(arg0,arg1)=pylist_getitemarg0arg1letpylist_setitem(arg0,arg1,arg2)=pylist_setitemarg0arg1arg2letpylist_sizearg=pylist_sizeargletpylong_aslongarg=pylong_aslongargletpylong_fromlongarg=pylong_fromlongargletpymapping_checkarg=pymapping_checkargletpymapping_getitemstring(arg0,arg1)=pymapping_getitemstringarg0arg1letpymapping_haskey(arg0,arg1)=pymapping_haskeyarg0arg1letpymapping_haskeystring(arg0,arg1)=pymapping_haskeystringarg0arg1letpymapping_lengtharg=pymapping_lengthargletpymapping_setitemstring(arg0,arg1,arg2)=pymapping_setitemstringarg0arg1arg2letpymapping_sizearg=pymapping_sizeargletpymarshal_readobjectfromfilearg=pymarshal_readobjectfromfileargletpymarshal_readlastobjectfromfilearg=pymarshal_readlastobjectfromfileargletpymarshal_readobjectfromstring(arg0,arg1)=pymarshal_readobjectfromstringarg0arg1letpymarshal_writeobjecttofile(arg0,arg1,arg2)=pymarshal_writeobjecttofilearg0(Pytypes.Channel(Pyml_arch.fd_of_intarg1))arg2letpymarshal_writeobjecttostring(arg0,arg1)=pymarshal_writeobjecttostringarg0arg1letpymethod_functionarg=pymethod_functionargletpymethod_new(arg0,arg1,arg2)=pymethod_newarg0arg1arg2letpymethod_selfarg=pymethod_selfargletpymodule_addobject(arg0,arg1,arg2)=pymodule_addobjectarg0arg1arg2letpymodule_getdictarg=pymodule_getdictargletpymodule_getfilenamearg=pymodule_getfilenameargletpymodule_getnamearg=pymodule_getnameargletpymodule_newarg=pymodule_newargletpymodule_type=pymodule_typeletpymodule_setdocstring(arg0,arg1)=pymodule_setdocstringarg0arg1letpynumber_absolutearg=pynumber_absoluteargletpynumber_add(arg0,arg1)=pynumber_addarg0arg1letpynumber_and(arg0,arg1)=pynumber_andarg0arg1letpynumber_checkarg=pynumber_checkargletpynumber_divmod(arg0,arg1)=pynumber_divmodarg0arg1letpynumber_floatarg=pynumber_floatargletpynumber_floordivide(arg0,arg1)=pynumber_floordividearg0arg1letpynumber_inplaceadd(arg0,arg1)=pynumber_inplaceaddarg0arg1letpynumber_inplaceand(arg0,arg1)=pynumber_inplaceandarg0arg1letpynumber_inplacefloordivide(arg0,arg1)=pynumber_inplacefloordividearg0arg1letpynumber_inplacelshift(arg0,arg1)=pynumber_inplacelshiftarg0arg1letpynumber_inplacemultiply(arg0,arg1)=pynumber_inplacemultiplyarg0arg1letpynumber_inplaceor(arg0,arg1)=pynumber_inplaceorarg0arg1letpynumber_inplacepower(arg0,arg1,arg2)=pynumber_inplacepowerarg0arg1arg2letpynumber_inplaceremainder(arg0,arg1)=pynumber_inplaceremainderarg0arg1letpynumber_inplacershift(arg0,arg1)=pynumber_inplacershiftarg0arg1letpynumber_inplacesubtract(arg0,arg1)=pynumber_inplacesubtractarg0arg1letpynumber_inplacetruedivide(arg0,arg1)=pynumber_inplacetruedividearg0arg1letpynumber_inplacexor(arg0,arg1)=pynumber_inplacexorarg0arg1letpynumber_invertarg=pynumber_invertargletpynumber_longarg=pynumber_longargletpynumber_lshift(arg0,arg1)=pynumber_lshiftarg0arg1letpynumber_multiply(arg0,arg1)=pynumber_multiplyarg0arg1letpynumber_negativearg=pynumber_negativeargletpynumber_or(arg0,arg1)=pynumber_orarg0arg1letpynumber_positivearg=pynumber_positiveargletpynumber_power(arg0,arg1,arg2)=pynumber_powerarg0arg1arg2letpynumber_remainder(arg0,arg1)=pynumber_remainderarg0arg1letpynumber_rshift(arg0,arg1)=pynumber_rshiftarg0arg1letpynumber_subtract(arg0,arg1)=pynumber_subtractarg0arg1letpynumber_truedivide(arg0,arg1)=pynumber_truedividearg0arg1letpynumber_xor(arg0,arg1)=pynumber_xorarg0arg1letpyobject_call(arg0,arg1,arg2)=pyobject_callarg0arg1arg2letpyobject_delitem(arg0,arg1)=pyobject_delitemarg0arg1letpyobject_delitemstring(arg0,arg1)=pyobject_delitemstringarg0arg1letpyobject_dirarg=pyobject_dirargletpyobject_getattr(arg0,arg1)=pyobject_getattrarg0arg1letpyobject_getattrstring(arg0,arg1)=pyobject_getattrstringarg0arg1letpyobject_getitem(arg0,arg1)=pyobject_getitemarg0arg1letpyobject_getiterarg=pyobject_getiterargletpyobject_hasattr(arg0,arg1)=pyobject_hasattrarg0arg1letpyobject_hasattrstring(arg0,arg1)=pyobject_hasattrstringarg0arg1letpyobject_hasharg=pyobject_hashargletpyobject_istruearg=pyobject_istrueargletpyobject_isinstance(arg0,arg1)=pyobject_isinstancearg0arg1letpyobject_issubclass(arg0,arg1)=pyobject_issubclassarg0arg1letpyobject_notarg=pyobject_notargletpyobject_print(arg0,arg1,arg2)=pyobject_printarg0(Pytypes.Channel(Pyml_arch.fd_of_intarg1))arg2letpyobject_reprarg=pyobject_reprargletpyobject_richcompare(arg0,arg1,arg2)=pyobject_richcomparearg0arg1(Pytypes.compare_of_intarg2)letpyobject_richcomparebool(arg0,arg1,arg2)=pyobject_richcompareboolarg0arg1(Pytypes.compare_of_intarg2)letpyobject_setattr(arg0,arg1,arg2)=pyobject_setattrarg0arg1arg2letpyobject_setattrstring(arg0,arg1,arg2)=pyobject_setattrstringarg0arg1arg2letpyobject_setitem(arg0,arg1,arg2)=pyobject_setitemarg0arg1arg2letpyobject_sizearg=pyobject_sizeargletpyobject_strarg=pyobject_strargletpyobject_typearg=pyobject_typeargletpyrun_anyfileexflags(arg0,arg1,arg2,arg3)=pyrun_anyfileexflags(Pytypes.Channel(Pyml_arch.fd_of_intarg0))arg1arg2arg3letpyrun_fileexflags(arg0,arg1,arg2,arg3,arg4,arg5,arg6)=pyrun_fileexflags(Pytypes.Channel(Pyml_arch.fd_of_intarg0))arg1(Pytypes.input_of_intarg2)arg3arg4arg5arg6letpyrun_interactiveoneflags(arg0,arg1,arg2)=pyrun_interactiveoneflags(Pytypes.Channel(Pyml_arch.fd_of_intarg0))arg1arg2letpyrun_interactiveloopflags(arg0,arg1,arg2)=pyrun_interactiveloopflags(Pytypes.Channel(Pyml_arch.fd_of_intarg0))arg1arg2letpyrun_simplefileexflags(arg0,arg1,arg2,arg3)=pyrun_simplefileexflags(Pytypes.Channel(Pyml_arch.fd_of_intarg0))arg1arg2arg3letpyrun_stringflags(arg0,arg1,arg2,arg3,arg4)=pyrun_stringflagsarg0(Pytypes.input_of_intarg1)arg2arg3arg4letpyrun_simplestringflags(arg0,arg1)=pyrun_simplestringflagsarg0arg1letpyseqiter_newarg=pyseqiter_newargletpycalliter_new(arg0,arg1)=pycalliter_newarg0arg1letpysequence_checkarg=pysequence_checkargletpysequence_concat(arg0,arg1)=pysequence_concatarg0arg1letpysequence_contains(arg0,arg1)=pysequence_containsarg0arg1letpysequence_count(arg0,arg1)=pysequence_countarg0arg1letpysequence_delitem(arg0,arg1)=pysequence_delitemarg0arg1letpysequence_delslice(arg0,arg1,arg2)=pysequence_delslicearg0arg1arg2letpysequence_fast(arg0,arg1)=pysequence_fastarg0arg1letpysequence_getitem(arg0,arg1)=pysequence_getitemarg0arg1letpysequence_getslice(arg0,arg1,arg2)=pysequence_getslicearg0arg1arg2letpysequence_in(arg0,arg1)=pysequence_inarg0arg1letpysequence_index(arg0,arg1)=pysequence_indexarg0arg1letpysequence_inplaceconcat(arg0,arg1)=pysequence_inplaceconcatarg0arg1letpysequence_inplacerepeat(arg0,arg1)=pysequence_inplacerepeatarg0arg1letpysequence_lengtharg=pysequence_lengthargletpysequence_listarg=pysequence_listargletpysequence_repeat(arg0,arg1)=pysequence_repeatarg0arg1letpysequence_setitem(arg0,arg1,arg2)=pysequence_setitemarg0arg1arg2letpysequence_setslice(arg0,arg1,arg2,arg3)=pysequence_setslicearg0arg1arg2arg3letpysequence_sizearg=pysequence_sizeargletpysequence_tuplearg=pysequence_tupleargletpyset_newarg=pyset_newargletpyset_add(arg0,arg1)=pyset_addarg0arg1letpyset_contains(arg0,arg1)=pyset_containsarg0arg1letpyset_cleararg=pyset_clearargletpyset_discard(arg0,arg1)=pyset_discardarg0arg1letpyset_sizearg=pyset_sizeargletpyset_type=pyset_typeletpyslice_new(arg0,arg1,arg2)=pyslice_newarg0arg1arg2letpytuple_getitem(arg0,arg1)=pytuple_getitemarg0arg1letpytuple_getslice(arg0,arg1,arg2)=pytuple_getslicearg0arg1arg2letpytuple_newarg=pytuple_newargletpytuple_setitem(arg0,arg1,arg2)=pytuple_setitemarg0arg1arg2letpytuple_sizearg=pytuple_sizeargletpytype_issubtype(arg0,arg1)=pytype_issubtypearg0arg1letpytype_type=pytype_typeletpy_compilestringflags(arg0,arg1,arg2,arg3)=Python2.py_compilestringflagsarg0arg1(Pytypes.input_of_intarg2)arg3letpyclass_new(arg0,arg1,arg2)=Python2.pyclass_newarg0arg1arg2letpyexc_standarderror=Python2.pyexc_standarderrorletpyeval_getrestricted()=Python2.pyeval_getrestricted()letpyinstance_new(arg0,arg1,arg2)=Python2.pyinstance_newarg0arg1arg2letpyinstance_newraw(arg0,arg1)=Python2.pyinstance_newrawarg0arg1letpyint_aslongarg=Python2.pyint_aslongargletpyint_fromlongarg=Python2.pyint_fromlongargletpyint_getmax()=Python2.pyint_getmax()letpymethod_classarg=Python2.pymethod_classargletpynumber_divide(arg0,arg1)=Python2.pynumber_dividearg0arg1letpynumber_inplacedivide(arg0,arg1)=Python2.pynumber_inplacedividearg0arg1letpynumber_intarg=Python2.pynumber_intargletpyobject_cmp(arg0,arg1,arg2)=Python2.pyobject_cmparg0arg1arg2letpyobject_compare(arg0,arg1)=Python2.pyobject_comparearg0arg1letpyobject_unicodearg=Python2.pyobject_unicodeargletpystring_asstringarg=Python2.pystring_asstringargletpystring_format(arg0,arg1)=Python2.pystring_formatarg0arg1letpystring_fromstringarg=Python2.pystring_fromstringargletpystring_fromstringandsize(arg0,arg1)=Python2.pystring_fromstringandsizearg0arg1letpystring_sizearg=Python2.pystring_sizeargletpy_getprogramname()=Python3.py_getprogramname()letpy_getpythonhome()=Python3.py_getpythonhome()letpy_getprogramfullpath()=Python3.py_getprogramfullpath()letpy_getprefix()=Python3.py_getprefix()letpy_getexecprefix()=Python3.py_getexecprefix()letpy_getpath()=Python3.py_getpath()letpy_setprogramnamearg=Python3.py_setprogramnameargletpy_setpythonhomearg=Python3.py_setpythonhomeargletpy_compilestringexflags(arg0,arg1,arg2,arg3,arg4)=Python3.py_compilestringexflagsarg0arg1(Pytypes.input_of_intarg2)arg3arg4letpybytes_asstringarg=Python3.pybytes_asstringargletpybytes_fromstringarg=Python3.pybytes_fromstringargletpybytes_fromstringandsize(arg0,arg1)=Python3.pybytes_fromstringandsizearg0arg1letpybytes_sizearg=Python3.pybytes_sizeargletpyimport_execcodemoduleobject(arg0,arg1,arg2,arg3)=Python3.pyimport_execcodemoduleobjectarg0arg1arg2arg3letpyimport_execcodemodulewithpathnames(arg0,arg1,arg2,arg3)=Python3.pyimport_execcodemodulewithpathnamesarg0arg1arg2arg3letpyimport_importmodulelevelobject(arg0,arg1,arg2,arg3,arg4)=Python3.pyimport_importmodulelevelobjectarg0arg1arg2arg3arg4letpyinstancemethod_newarg=Python3.pyinstancemethod_newargletpyunicode_asencodedstring(arg0,arg1,arg2)=Python3.pyunicode_asencodedstringarg0arg1arg2letpyunicode_asutf8stringarg=Python3.pyunicode_asutf8stringargletpyunicode_asutf16stringarg=Python3.pyunicode_asutf16stringargletpyunicode_asutf32stringarg=Python3.pyunicode_asutf32stringargletpyunicode_decodeutf8(arg0,arg1,arg2)=Python3.pyunicode_decodeutf8arg0arg1arg2letpyunicode_decodeutf16(arg0,arg1,arg2,arg3)=Python3.pyunicode_decodeutf16arg0arg1arg2arg3letpyunicode_decodeutf32(arg0,arg1,arg2,arg3)=Python3.pyunicode_decodeutf32arg0arg1arg2arg3letpyunicode_format(arg0,arg1)=Python3.pyunicode_formatarg0arg1letpyunicode_fromstringarg=Python3.pyunicode_fromstringargletpyunicode_fromstringandsize(arg0,arg1)=Python3.pyunicode_fromstringandsizearg0arg1letpyunicode_getlengtharg=Python3.pyunicode_getlengthargletpyunicode_getsizearg=Python3.pyunicode_getsizeargletpyunicode_fromkindanddata(arg0,arg1,arg2)=Python3.pyunicode_fromkindanddataarg0arg1arg2letpyunicode_asucs4copyarg=Python3.pyunicode_asucs4copyargend