📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 19:41:55
📂
/ (Root)
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
attr
📍 /opt/alt/python37/lib/python3.7/site-packages/attr
🔄 Refresh
✏️
Editing: converters.pyi
Read Only
from typing import Callable, Optional, TypeVar, overload from . import _ConverterType _T = TypeVar("_T") def pipe(*validators: _ConverterType) -> _ConverterType: ... def optional(converter: _ConverterType) -> _ConverterType: ... @overload def default_if_none(default: _T) -> _ConverterType: ... @overload def default_if_none(*, factory: Callable[[], _T]) -> _ConverterType: ...
💾 Save Changes
❌ Cancel