Home | History | Annotate | Download | only in jinja2

Lines Matching refs:mapping

585             mapping = getattr(self, dependency)
587 if name not in mapping:
588 mapping[name] = self.temporary_identifier()
590 (mapping[name], dependency, name))