massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / util / xml_util.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/util/xml_util.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/util/xml_util.pyi
new file mode 100644 (file)
index 0000000..d288665
--- /dev/null
@@ -0,0 +1,8 @@
+from braintree.util.generator import Generator as Generator
+from braintree.util.parser import Parser as Parser
+
+class XmlUtil:
+    @staticmethod
+    def xml_from_dict(dict): ...
+    @staticmethod
+    def dict_from_xml(xml): ...