Lines Matching refs:used
33 """This decorator can be used to mark a function or method context callable.
49 """This decorator can be used to mark a function or method as an eval
62 """This decorator can be used to mark a function or method as environment
72 """Marks the function as internally used"""
80 This can be used for custom filters or tests that want to react to
102 used so that Jinja doesn't have to recreate environments and lexers all
345 # scale. But as long as it's only used as storage for templates this
574 loaded from a string then the default from `default_for_string` is used.
603 characters this is safe even if used outside of ``<script>`` tags.
632 Similar to ``loop.cycle``, but can be used outside loops or across
687 self.used = False
690 if not self.used:
691 self.used = True