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

# Instructions.with\_one\_of\_callee\_names()

`with_one_of_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_one_of_callee_names(["deposit", "withdraw"])
    .exec(2,1)
  )
```

## Example Output

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

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