def inspect_formatargspec(*spec, **kw):
     # convert for a potential FullArgSpec from compat.getfullargspec()
     return _inspect_formatargspec(*spec[0:4], **kw)  # noqa
Example #2
0
 def inspect_formatargspec(*spec, **kw):
     # convert for a potential FullArgSpec from compat.getfullargspec()
     return _inspect_formatargspec(*spec[0:4], **kw)  # noqa