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
1 from braintree.util.generator import Generator as Generator
2 from braintree.util.parser import Parser as Parser
3
4 class XmlUtil:
5     @staticmethod
6     def xml_from_dict(dict): ...
7     @staticmethod
8     def dict_from_xml(xml): ...