> For the complete documentation index, see [llms.txt](https://docs.r.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r.xyz/glider-ide/api/argument/argument.forward_df.md).

# Argument.forward\_df()

`forward_df() → List[`[`Instruction`](/glider-ide/api/instruction.md)`]`

## Example Query

```python
from glider import *
def query():
    func = Contracts().non_interface_contracts().functions().with_arg_count(1).exec(1, 1)[0]
    instrs = []
    for ins in func.arguments().list()[0].forward_df():
        instrs.append(ins)
    return instrs
```

## Output Example

<figure><img src="/files/tdnrH2ffmc1447ZHAJyN" alt=""><figcaption></figcaption></figure>
