PATH: //proc/thread-self/root/proc/self/root/proc/self/root/usr/include/python3.9/cpython
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 abstract.h
↓
X
📄 bytearrayobject.h
↓
X
📄 bytesobject.h
↓
X
📄 ceval.h
↓
X
📄 code.h
↓
X
📄 dictobject.h
↓
X
📄 fileobject.h
↓
X
📄 fileutils.h
↓
X
📄 frameobject.h
↓
X
📄 import.h
↓
X
📄 initconfig.h
↓
X
📄 interpreteridobject.h
↓
X
📄 listobject.h
↓
X
📄 methodobject.h
↓
X
📄 object.h
↓
X
📄 objimpl.h
↓
X
📄 pyerrors.h
↓
X
📄 pylifecycle.h
↓
X
📄 pymem.h
↓
X
📄 pystate.h
↓
X
📄 sysmodule.h
↓
X
📄 traceback.h
↓
X
📄 tupleobject.h
↓
X
📄 unicodeobject.h
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: fileobject.h
#ifndef Py_CPYTHON_FILEOBJECT_H # error "this header file must not be included directly" #endif #ifdef __cplusplus extern "C" { #endif PyAPI_FUNC(char *) Py_UniversalNewlineFgets(char *, int, FILE*, PyObject *); /* The std printer acts as a preliminary sys.stderr until the new io infrastructure is in place. */ PyAPI_FUNC(PyObject *) PyFile_NewStdPrinter(int); PyAPI_DATA(PyTypeObject) PyStdPrinter_Type; typedef PyObject * (*Py_OpenCodeHookFunction)(PyObject *, void *); PyAPI_FUNC(PyObject *) PyFile_OpenCode(const char *utf8path); PyAPI_FUNC(PyObject *) PyFile_OpenCodeObject(PyObject *path); PyAPI_FUNC(int) PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook, void *userData); #ifdef __cplusplus } #endif
SIMPAN PERUBAHAN