Adds a filter to get contracts with the given name.
Last updated 1 month ago
with_name(name: str, sensitivity: bool = True) -> Contracts
with_name(name: str, sensitivity: bool = True) ->
Contracts
from glider import * def query(): contracts = Contracts().with_name("Manager").exec(10) return contracts