Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

aroundthecode / attrs   python

Repository URL to install this package:

Version: 18.2.0 

/ filters.pyi

from typing import Union
from . import Attribute, _FilterType

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