> 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/functions/functions.with_one_property.md).

# Functions.with\_one\_property()

**Deprecated:** This method is deprecated and will be removed in future versions.

**Alternative:** Use `with_properties()` instead for improved functionality.

`with_one_property(`*`properties: List[`*[*`MethodProp`*](/glider-ide/api/callables/methodprop.md)*`]`*`) →` [`Functions`](/glider-ide/api/functions.md)

## Example

```python
from glider import *

def query():
  
  # Fetch a list of functions which a external
  functions = Functions().with_one_property([MethodProp.EXTERNAL]).exec(3, 100)

  return functions
```

## Output

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