Kaida-Amethyst/python/cpython does not have a README file
type PyObjectReffn py_code_new(a : Int, b : Int, c : Int, d : Int, e : Int, f : PyObjectRef, g : PyObjectRef, h : PyObjectRef, i : PyObjectRef, j : PyObjectRef, k : PyObjectRef, l : PyObjectRef, m : PyObjectRef, n : Int, o : PyObjectRef) -> PyCodeObjectReffn py_code_new_with_pos_only_args(a : Int, b : Int, c : Int, d : Int, e : Int, f : Int, g : PyObjectRef, h : PyObjectRef, i : PyObjectRef, j : PyObjectRef, k : PyObjectRef, l : PyObjectRef, m : PyObjectRef, n : PyObjectRef, o : Int, p : PyObjectRef) -> PyCodeObjectReffn py_context_var_get(pyvar : PyObjectRef, default_value : PyObjectRef, value : ArrayPyObjectRef) -> Intfn py_eval_call_object_with_keywords(callable : PyObjectRef, args : PyObjectRef, kwargs : PyObjectRef) -> PyObjectReffn py_import_exec_code_module_object(name : PyObjectRef, co : PyObjectRef, pathname : PyObjectRef, cpathname : PyObjectRef) -> PyObjectReffn py_import_exec_code_module_with_pathnames(name : CStr, co : PyObjectRef, pathname : CStr, cpathname : CStr) -> PyObjectReffn py_import_import_module_level(name : CStr, globals : PyObjectRef, locals : PyObjectRef, fromlist : PyObjectRef, level : Int) -> PyObjectReffn py_import_import_module_level_object(name : PyObjectRef, globals : PyObjectRef, locals : PyObjectRef, fromlist : PyObjectRef, level : Int) -> PyObjectReffn pynumber_inplace_power(obj1 : PyObjectRef, obj2 : PyObjectRef, obj3 : PyObjectRef) -> PyObjectReffn pysequence_set_slice(obj : PyObjectRef, start : UInt64, end : UInt64, new_list : PyObjectRef) -> IntManipulate Python code in Moonbit