ansible-later/testenv/lib/python2.7/site-packages/attr/filters.pyi
2019-04-23 13:04:27 +02:00

6 lines
214 B
Python

from typing import Union, Any
from . import Attribute, _FilterType
def include(*what: Union[type, Attribute[Any]]) -> _FilterType[Any]: ...
def exclude(*what: Union[type, Attribute[Any]]) -> _FilterType[Any]: ...