/usr/lib64/python2.6/site-packages/numpy/core/include/numpy
NameSizeModeActions
arrayobject.h5080644editdlrm
arrayscalars.h31490644editdlrm
multiarray_api.txt264060644editdlrm
ndarrayobject.h606600644editdlrm
noprefix.h64580644editdlrm
npy_common.h306140644editdlrm
npy_cpu.h34600644editdlrm
npy_endian.h13150644editdlrm
npy_interrupt.h34110644editdlrm
npy_math.h130010644editdlrm
npy_os.h8170644editdlrm
numpyconfig.h5080644editdlrm
oldnumeric.h6840644editdlrm
old_defines.h59370644editdlrm
ufuncobject.h129780644editdlrm
ufunc_api.txt39410644editdlrm
utils.h6280644editdlrm
_neighborhood_iterator_imp.h18610644editdlrm
_numpyconfig.h8830644editdlrm
__multiarray_api.h461300644editdlrm
__ufunc_api.h84500644editdlrm
Edit: /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/utils.h (628B)
#ifndef __NUMPY_UTILS_HEADER__ #define __NUMPY_UTILS_HEADER__ #ifndef __COMP_NPY_UNUSED #if defined(__GNUC__) #define __COMP_NPY_UNUSED __attribute__ ((__unused__)) # elif defined(__ICC) #define __COMP_NPY_UNUSED __attribute__ ((__unused__)) #else #define __COMP_NPY_UNUSED #endif #endif /* Use this to tag a variable as not used. It will remove unused variable * warning on support platforms (see __COM_NPY_UNUSED) and mangle the variable * to avoid accidental use */ #define NPY_UNUSED(x) (__NPY_UNUSED_TAGGED ## x) __COMP_NPY_UNUSED #endif