✏️ 正在编辑: fileutils.h
路径:
/opt/alt/python312/include/python3.12/cpython/fileutils.h
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
#ifndef Py_CPYTHON_FILEUTILS_H # error "this header file must not be included directly" #endif // Used by _testcapi which must not use the internal C API PyAPI_FUNC(FILE*) _Py_fopen_obj( PyObject *path, const char *mode);
💾 保存文件
← 返回文件管理器