Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current none :
/
usr
/
lib
/
python3
/
dist-packages
/
attr
/
Or
Select Your none :
Upload File :
New :
File
Dir
//usr/lib/python3/dist-packages/attr/filters.pyi
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]: ...