Lines Matching refs:used
33 Can be used on functions, filters, and tests.
51 Can be used on functions, filters, and tests.
67 Can be used on functions, filters, and tests.
90 """Marks the function as internally used"""
98 This can be used for custom filters or tests that want to react to
120 used so that Jinja doesn't have to recreate environments and lexers all
425 # scale. But as long as it's only used as storage for templates this
602 loaded from a string then the default from `default_for_string` is used.
670 Similar to ``loop.cycle``, but can be used outside loops or across
725 self.used = False
728 if not self.used:
729 self.used = True