> 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/contracts/contracts.with_all_function_names.md).

# Contracts.with\_all\_function\_names()

`with_all_function_names(names: List[str], sensitivity: bool = True) ->` [`Contracts`](/glider-ide/api/contracts.md)

## Query Example

```python
from glider import *

def query():
  contracts = (
    Contracts().
    non_interface_contracts().
    with_all_function_names(["transfer", "TransferFrom"], sensitivity=False).
    exec(1))

  return contracts
```

## Output Example

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