Home | History | Annotate | Download | only in mako

Lines Matching refs:_data

27         self._data = data
36 self._data['capture'] = compat.partial(capture, self)
39 self.caller_stack = self._data['caller'] = CallerStack()
43 illegal_names = t.reserved_names.intersection(self._data)
95 return list(self._data.keys())
98 if key in self._data:
99 return self._data[key]
133 return self._data.get(key, compat_builtins.__dict__.get(key, default))
149 c._data = self._data.copy()
171 c._data.update(d)
179 x = c._data
730 callable_(ctx, **_kwargs_for_include(callable_, context._data, **kwargs))
749 context._data['parent'] = lclcontext._data['local'] = ih.inherits
778 context._data['self'] = context._data['local'] = self_ns