Lines Matching refs:value
352 for key, value in iteritems(attributes):
354 setattr(self, key, value)
384 for key, value in iteritems(args):
385 if value is not missing:
386 setattr(rv, key, value)
394 for key, value in iteritems(self.extensions):
395 rv.extensions[key] = value.bind(rv)
438 def call_filter(self, name, value, args=None, kwargs=None,
440 """Invokes a filter on a value the same way the compiler does it.
452 args = [value] + list(args or ())
469 def call_test(self, name, value, args=None, kwargs=None):
470 """Invokes a test on a value the same way the compiler does it.
477 return func(value, *(args or ()), **(kwargs or {}))
501 tokens as tuples in the form ``(lineno, token_type, value)``.
563 The return value of this method is a python code object. If the `raw`
564 parameter is `True` the return value will be a string with python
610 Per default the return value is converted to `None` if the
611 expression returns an undefined value. This can be changed