> 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.get_variable.md).

# Argument.get\_variable()

`get_variable() ->` [`Variable`](/glider-ide/api/variable.md)

## Example Query

```python
from glider import *


def query():
    func = Contracts().non_interface_contracts().functions().with_arg_count(1).exec(1, 1)[0]
    
    print(func.arguments().list()[0].get_variable())

    return []
```

## Output Example

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