massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / attr / filters.pyi
1 from typing import Union\r
2 from . import Attribute, _FilterType\r
3 \r
4 def include(*what: Union[type, Attribute]) -> _FilterType: ...\r
5 def exclude(*what: Union[type, Attribute]) -> _FilterType: ...\r