Adds a filter to get contracts that names have the given suffix.
Last updated 6 days ago
with_name_suffix(suffix: str, sensitivity: bool = True) -> Contracts
with_name_suffix(
suffix: str, sensitivity: bool = True
) ->
Contracts
from glider import * def query(): prefix_contracts = Contracts().with_name_suffix("link", sensitivity=False).exec(1) return prefix_contracts