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_os.h
#ifndef NUMPY_CORE_INCLUDE_NUMPY_NPY_OS_H_ #define NUMPY_CORE_INCLUDE_NUMPY_NPY_OS_H_ #if defined(linux) || defined(__linux) || defined(__linux__) #define NPY_OS_LINUX #elif defined(__FreeBSD__) || defined(__NetBSD__) || \ defined(__OpenBSD__) || defined(__DragonFly__) #define NPY_OS_BSD #ifdef __FreeBSD__ #define NPY_OS_FREEBSD #elif defined(__NetBSD__) #define NPY_OS_NETBSD #elif defined(__OpenBSD__) #define NPY_OS_OPENBSD #elif defined(__DragonFly__) #define NPY_OS_DRAGONFLY #endif #elif defined(sun) || defined(__sun) #define NPY_OS_SOLARIS #elif defined(__CYGWIN__) #define NPY_OS_CYGWIN #elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) #define NPY_OS_WIN32 #elif defined(_WIN64) || defined(__WIN64__) || defined(WIN64) #define NPY_OS_WIN64 #elif defined(__MINGW32__) || defined(__MINGW64__) #define NPY_OS_MINGW #elif defined(__APPLE__) #define NPY_OS_DARWIN #elif defined(__HAIKU__) #define NPY_OS_HAIKU #else #define NPY_OS_UNKNOWN #endif #endif /* NUMPY_CORE_INCLUDE_NUMPY_NPY_OS_H_ */
SIMPAN PERUBAHAN