method: code.Code.getargs

*Not documented*
    def getargs(self):

origin: code.Code

where:

function source:

def getargs(self):
    # handfull shortcut for getting args
    raw = self.raw
    return raw.co_varnames[:raw.co_argcount]