ansible-later/env_27/lib/python2.7/site-packages/attr/filters.pyi

6 lines
214 B
Python
Raw Normal View History

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]: ...