Files
python-cyborgclient/cyborgclient/common/cliutils.py
wu.shiming ec2a079753 Replace deprecated inspect.getargspec
inspect.getargspec was deprecated since Python 3.0 and
inspect.getfullargspec is its replacement with correct handling of
function annotations and keyword-only parameters[1].

[1] https://docs.python.org/3/library/inspect.html#inspect.getargspec

Change-Id: I2d3591e41ae35479b613487a81c43548c7cd3f9c
2021-08-13 16:51:31 +08:00

16 KiB