We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b359dd commit be6a91aCopy full SHA for be6a91a
src/libtmux/exc.py
@@ -23,6 +23,15 @@ class DeprecatedError(LibTmuxException):
23
"""Raised when a deprecated function, method, or parameter is used.
24
25
This exception provides clear guidance on what to use instead.
26
+
27
+ Parameters
28
+ ----------
29
+ deprecated : str
30
+ The name of the deprecated API (e.g., "Pane.resize_pane()")
31
+ replacement : str
32
+ The recommended replacement API to use instead
33
+ version : str
34
+ The version when the API was deprecated (e.g., "0.28.0")
35
"""
36
37
def __init__(
0 commit comments