35 DAPyIndex& operator=(
const pybind11::object& obj);
36 DAPyIndex& operator=(pybind11::object&& obj);
41 pybind11::object operator[](std::size_t i)
const;
42 pybind11::object operator[](
const QSet< std::size_t >& slice)
const;
44 pybind11::object iat(std::size_t i)
const;
46 pybind11::dtype dtype()
const;
48 pybind11::list toList()
const;
52 std::size_t size()
const;
54 QVariant value(std::size_t i)
const;
56 uint64_t getIndexer(pybind11::object v,
const char* method =
"nearest");
60 void checkObjectValid();
63 static bool isIndexObj(
const pybind11::object& obj);