Skip to content

dumpargs ¤

Functions:

  • dumpargs
  • call_args

    Returns list of resolved call argument strings for display.

  • all_args

    Returns list of all argument strings for display.

Attributes:

parser module-attribute ¤

parser = ArgumentParser(
    description="Prints determined arguments for call instruction."
)

dumpargs ¤

dumpargs(force: bool = False) -> None

call_args ¤

call_args() -> list[str]

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.

all_args ¤

all_args() -> list[str]

Returns list of all argument strings for display.