🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 22:48:34 | PHP 8.1.34
📂
/ (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