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

Method base

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

Base object

Source from the content-addressed store, hash-verified

943
944 /// Base object
945 object base() const { return reinterpret_borrow<object>(detail::array_proxy(m_ptr)->base); }
946
947 /// Dimensions of the array
948 const ssize_t *shape() const { return detail::array_proxy(m_ptr)->dimensions; }

Callers 15

FindContainingMethod · 0.45
runMethod · 0.45
MergeFromMethod · 0.45
InternalSwapMethod · 0.45
MergeFromMethod · 0.45
InternalSwapMethod · 0.45
ParseTableMethod · 0.45
PrepareDescriptionMethod · 0.45
reference dereferenceMethod · 0.45
iterator_adaptor.hFile · 0.45

Calls 1

array_proxyFunction · 0.85

Tested by

no test coverage detected