massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / attr / converters.pyi
1 from typing import TypeVar, Optional\r
2 from . import _ConverterType\r
3 \r
4 _T = TypeVar('_T')\r
5 \r
6 def optional(converter: _ConverterType[_T]) -> _ConverterType[Optional[_T]]: ...\r