liblaf.grapes.deprecated
ยค
Functions:
contains
ยค
contains(
obj: Container[T],
key: T,
deprecated_keys: Iterable[T] = (),
*,
msg: str = _DEPRECATED_MESSAGE,
) -> bool
Source code in src/liblaf/grapes/deprecated/_operator.py
15 16 17 18 19 20 21 22 23 24 25 26 27 28 | |
getitem
ยค
getitem(
obj: SupportsContainsAndGetItem[KT, VT],
key: KT,
deprecated_keys: Iterable[KT] = (),
*,
msg: str = _DEPRECATED_MESSAGE,
) -> VT
Source code in src/liblaf/grapes/deprecated/_operator.py
31 32 33 34 35 36 37 38 39 40 41 42 43 44 | |