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 7d452c3 commit 7ac4f80Copy full SHA for 7ac4f80
1 file changed
openml/utils.py
@@ -13,6 +13,10 @@ def extract_xml_tags(xml_tag_name, node, allow_none=True):
13
Node object returned by ``xmltodict`` from which ``xml_tag_name``
14
should be extracted.
15
16
+ allow_none : bool
17
+ If ``False``, the tag needs to exist in the node. Will raise a
18
+ ``ValueError`` if it does not.
19
+
20
Returns
21
-------
22
object
0 commit comments