Lines Matching refs:used
45 """This decorator can be used to mark a function or method context callable.
61 """This decorator can be used to mark a function or method as an eval
74 """This decorator can be used to mark a function or method as environment
84 """Marks the function as internally used"""
92 This can be used for custom filters or tests that want to react to
113 used so that Jinja2 doesn't have to recreate environments and lexers all
310 # scale. But as long as it's only used as storage for templates this
521 loaded from a string then the default from `default_for_string` is used.
550 characters this is safe even if used outside of ``<script>`` tags.
606 self.used = False
609 if not self.used:
610 self.used = True