Dumpargs
parser = argparse.ArgumentParser(description='Prints determined arguments for call instruction.')
module-attribute
¶
all_args()
¶
Returns list of all argument strings for display.
call_args()
¶
Returns list of resolved call argument strings for display. Attempts to resolve the target and determine the number of arguments. Should be used only when being on a call instruction.