inspect.getargspec() is deprecated since Python 3.0, use inspect.signature()...
requested to merge topic/default/inspect-getargspec-is-deprecated-since-python-3-0-use-inspect-signature-or-inspect-getfullargspec into branch/default
inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()