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