We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23202a3 commit 74f642cCopy full SHA for 74f642c
src/binding/python/CustomHierarchy.cpp
@@ -10,5 +10,6 @@ using namespace openPMD;
10
void init_CustomHierarchy(py::module &m)
11
{
12
py::class_<CustomHierarchy, Container<CustomHierarchy>, Attributable>(
13
- m, "CustomHierarchy");
+ m, "CustomHierarchy")
14
+ .def("datasets", &CustomHierarchy::datasets);
15
}
0 commit comments