massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / attr / filters.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/attr/filters.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/attr/filters.pyi
new file mode 100644 (file)
index 0000000..0abcd5e
--- /dev/null
@@ -0,0 +1,5 @@
+from typing import Union\r
+from . import Attribute, _FilterType\r
+\r
+def include(*what: Union[type, Attribute]) -> _FilterType: ...\r
+def exclude(*what: Union[type, Attribute]) -> _FilterType: ...\r