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

# Instructions.with\_all\_callee\_names()

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

## Query Example

```python
from glider import *


def query():
  return (
    Instructions()
    .with_all_callee_names(["require", "balanceOf"], sensitivity=False)
    .exec(1)
  )
```

## Example Output

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