D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
lib
/
python3
/
dist-packages
/
attr
/
Filename :
filters.pyi
back
Copy
from typing import Any from . import Attribute, _FilterType def include(*what: type | str | Attribute[Any]) -> _FilterType[Any]: ... def exclude(*what: type | str | Attribute[Any]) -> _FilterType[Any]: ...