Lines Matching refs:value
129 If the `silent` is True the return value will be `None` if the import
357 leave unchanged. Return the value of this key.
414 def __setitem__(self, key, value):
415 """Sets the value for an item. Moves the item up so that it
425 self._mapping[key] = value
495 """Intelligently sets the initial value of autoescaping based on the
522 If nothing matches then the initial value of autoescaping is set to the
523 value of `default`.
631 def __setitem__(self, name, value):
632 self.__attrs[name] = value