massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / attr / converters.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/attr/converters.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/attr/converters.pyi
new file mode 100644 (file)
index 0000000..8172695
--- /dev/null
@@ -0,0 +1,6 @@
+from typing import TypeVar, Optional\r
+from . import _ConverterType\r
+\r
+_T = TypeVar('_T')\r
+\r
+def optional(converter: _ConverterType[_T]) -> _ConverterType[Optional[_T]]: ...\r