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 b73295a commit 8d6303aCopy full SHA for 8d6303a
quick_xmltodict.pyi
@@ -0,0 +1,5 @@
1
+from typing import Any
2
+
3
+def parse(xml: str) -> dict[str, Any]:
4
+ """Parse an XML string and convert it into a dictionary."""
5
0 commit comments