ansible-later/env_27/lib/python2.7/site-packages/attr/filters.pyi
2019-04-11 13:00:36 +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]: ...