Adds a filter to get functions that either have no modifier with the given name or have no modifier at all.
Example
from glider import*defquery():# Fetch a list of functions without onlyOwner modifier functions =Functions().without_modifier_name('onlyOwner').exec(10)return functions