Home | History | Annotate | Download | only in jinja2

Lines Matching refs:dependency

582         for dependency in 'filters', 'tests':
583 mapping = getattr(self, dependency)
584 for name in getattr(visitor, dependency):
588 (mapping[name], dependency, name))