We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_domain
pybind11>=3.0.2
1 parent ed8ba44 commit c1918c9Copy full SHA for c1918c9
1 file changed
tiledb/libtiledb/domain.cc
@@ -49,7 +49,7 @@ void init_domain(py::module& m) {
49
50
.def_property_readonly(
51
"_domain",
52
- [](Dimension& dim) {
+ [](Dimension& dim) -> py::tuple {
53
switch (dim.type()) {
54
case TILEDB_UINT64: {
55
auto dom = dim.domain<uint64_t>();
0 commit comments