X7ROOT File Manager
Current Path:
/opt/alt/python38/include/python3.8/cpython
opt
/
alt
/
python38
/
include
/
python3.8
/
cpython
/
ðŸ“
..
📄
abstract.h
(12.01 KB)
📄
dictobject.h
(3.75 KB)
📄
fileobject.h
(721 B)
📄
initconfig.h
(15.65 KB)
📄
interpreteridobject.h
(456 B)
📄
object.h
(15.32 KB)
📄
objimpl.h
(3.52 KB)
📄
pyerrors.h
(4.61 KB)
📄
pylifecycle.h
(2.21 KB)
📄
pymem.h
(3.43 KB)
📄
pystate.h
(9.58 KB)
📄
sysmodule.h
(547 B)
📄
traceback.h
(473 B)
📄
tupleobject.h
(1.01 KB)
📄
unicodeobject.h
(45.22 KB)
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
Upload File
Create Folder