ExcludedParams#

class numpy::ExcludedParams#

numpy C++ class.

Example#

#include <numpy/np_ndarray.h>
using namespace numpy;

// Use ExcludedParams
ExcludedParams obj;
// ... operations ...

Other Methods#

Signature

Return Type

Location

Example

bool isExcluded()

bool

NP_VECTORIZE_TRAITS.H:245