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

# Instructions.without\_callee\_names()

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

## Query Example

```python
from glider import *


def query():
  return (
    Instructions()
    .without_callee_names(["transfer", "transferFrom"])
    .exec(3, 101)
  )
```

## Example Output

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