📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 21:20:41
📂
/ (Root)
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
attr
📍 /opt/alt/python37/lib/python3.7/site-packages/attr
🔄 Refresh
✏️
Editing: filters.pyi
Read Only
from typing import Any, Union from . import Attribute, _FilterType def include(*what: Union[type, Attribute[Any]]) -> _FilterType[Any]: ... def exclude(*what: Union[type, Attribute[Any]]) -> _FilterType[Any]: ...
💾 Save Changes
❌ Cancel