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