MCPcopy Create free account
hub / github.com/catboost/catboost / flags

Method flags

contrib/libs/pybind11/include/pybind11/numpy.h:757–757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755/// Flags for the array descriptor
756#ifdef PYBIND11_NUMPY_1_ONLY
757 char flags() const { return detail::array_descriptor_proxy(m_ptr)->flags; }
758#else
759 std::uint64_t flags() const {
760 if (detail::npy_api::get().PyArray_RUNTIME_VERSION_ < 0x12) {

Callers 2

int128.ccFile · 0.45
arrayMethod · 0.45

Calls 4

array_descriptor_proxyFunction · 0.85
array_descriptor1_proxyFunction · 0.85
array_descriptor2_proxyFunction · 0.85
getFunction · 0.50

Tested by

no test coverage detected