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
Co-Authored-By: manchandavishal <manchandavishal143@gmail.com>
Change-Id: Ie9cdf3e87a06a0af8cf36c8bbdef0f14336e8f70