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

6 lines
214 B
Python
Raw Normal View History

2019-04-23 13:04:27 +02:00
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]: ...