PATH: //opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/core/include/numpy
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 .doxyfile
↓
X
📄 __multiarray_api.h
↓
X
📄 __ufunc_api.h
↓
X
📄 _dtype_api.h
↓
X
📄 _neighborhood_iterator_imp.h
↓
X
📄 _numpyconfig.h
↓
X
📄 _numpyconfig.h.in
↓
X
📄 arrayobject.h
↓
X
📄 arrayscalars.h
↓
X
📄 experimental_dtype_api.h
↓
X
📄 halffloat.h
↓
X
📁 libdivide/
X
📄 ndarrayobject.h
↓
X
📄 ndarraytypes.h
↓
X
📄 noprefix.h
↓
X
📄 npy_1_7_deprecated_api.h
↓
X
📄 npy_3kcompat.h
↓
X
📄 npy_common.h
↓
X
📄 npy_cpu.h
↓
X
📄 npy_endian.h
↓
X
📄 npy_interrupt.h
↓
X
📄 npy_math.h
↓
X
📄 npy_no_deprecated_api.h
↓
X
📄 npy_os.h
↓
X
📄 numpyconfig.h
↓
X
📄 old_defines.h
↓
X
📄 oldnumeric.h
↓
X
📁 random/
X
📄 ufuncobject.h
↓
X
📄 utils.h
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: npy_no_deprecated_api.h
/* * This include file is provided for inclusion in Cython *.pyd files where * one would like to define the NPY_NO_DEPRECATED_API macro. It can be * included by * * cdef extern from "npy_no_deprecated_api.h": pass * */ #ifndef NPY_NO_DEPRECATED_API /* put this check here since there may be multiple includes in C extensions. */ #if defined(NUMPY_CORE_INCLUDE_NUMPY_NDARRAYTYPES_H_) || \ defined(NUMPY_CORE_INCLUDE_NUMPY_NPY_DEPRECATED_API_H) || \ defined(NUMPY_CORE_INCLUDE_NUMPY_OLD_DEFINES_H_) #error "npy_no_deprecated_api.h" must be first among numpy includes. #else #define NPY_NO_DEPRECATED_API NPY_API_VERSION #endif #endif /* NPY_NO_DEPRECATED_API */
SIMPAN PERUBAHAN