> 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/instructions/instructions.with_callee_name_suffix.md).

# Instructions.with\_callee\_name\_suffix()

`with_callee_name_suffix(suffix: str, sensitivity: bool = True) →` [`Instructions`](/glider-ide/api/instructions.md)

## Query Example

```python
from glider import *


def query():
  return (
    Instructions()
    .with_callee_name_suffix("dao", sensitivity=False)
    .exec(2,10)
  )
```

## Example Output

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