bundles / traitlets latest / traitlets / utils / getargspec / getargspec
function
traitlets.utils.getargspec:getargspec
Signature
def getargspec ( func : Any ) → inspect.FullArgSpec Summary
Like inspect.getargspec but supports functools.partial as well.
Aliases
-
traitlets.traitlets.getargspec