PyErr_Format(PyExc_RuntimeError,"unknown exception caught while copying contents of file `%s' to file `%s'",self->f->filename().c_str(),other->f->filename().c_str());
.def("get_attributes", &hdf5file_get_attributes, hdf5file_get_attributes_overloads((arg("self"), arg("path")="."), "Returns a dictionary containing all attributes related to a particular (existing) path in this file. The path may point to a subdirectory or to a particular dataset. If the path does not exist, a RuntimeError is raised."))