GlobalFilters.BLOCK_DIFFICULTY
Query Example
from glider import *
def query():
functions = (
Functions()
.with_globals(GlobalFilters.BLOCK_DIFFICULTY)
.exec(1, 4)
)
return functionsExample Output

Last updated