> 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/filters/globalfilters/globalfilters.block_gas_limit.md).

# GlobalFilters.BLOCK\_GAS\_LIMIT

The BLOCK\_GAS\_LIMIT property is used to add a filter to include or exclude functions that calls `block.gaslimit`.&#x20;

### Query Example

```python
from glider import *


def query():
  functions = (
    Functions()
    .with_globals(GlobalFilters.BLOCK_GAS_LIMIT)
    .exec(1, 4)
  )
  
  return functions
```

### Example Output

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