Adds a filter to get contracts whose names have the given prefix.
Last updated 6 days ago
with_name_prefix(prefix: str, sensitivity: bool = True) -> Contracts
with_name_prefix(
prefix: str, sensitivity: bool = True
) ->
Contracts
from glider import * def query(): main_contracts = Contracts().with_name_prefix("Acc", sensitivity=True).exec(5) return main_contracts