Skip to content
Snippets Groups Projects
Unverified Commit 12bf030a authored by Martyn Gigg's avatar Martyn Gigg Committed by GitHub
Browse files

Merge pull request #24605 from mantidproject/RebinParamsValidator_api_docs

Add Python API docs for RebinParamsValidator
parents a2535a67 a3accff8
No related branches found
No related tags found
No related merge requests found
......@@ -26,5 +26,7 @@ void export_RebinParamsValidator() {
.def("__init__",
make_constructor(
&createRebinParamsValidator, default_call_policies(),
(arg("AllowEmpty") = false, arg("AllowRange") = false)));
(arg("AllowEmpty") = false, arg("AllowRange") = false)),
"Constructs a validator verifying that the given float array is "
"valid sequence of rebinning parameters.");
}
======================
RebinParamsValidator
======================
This is a Python binding to the C++ class Mantid::Kernel::RebinParamsValidator.
*bases:* :py:obj:`mantid.kernel.IValidator`
.. module:`mantid.kernel`
.. autoclass:: mantid.kernel.RebinParamsValidator
:members:
:undoc-members:
:inherited-members:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment