Returns the variable scope object created by this Template.
(self)
| 404 | |
| 405 | @property |
| 406 | def variable_scope(self): |
| 407 | """Returns the variable scope object created by this Template.""" |
| 408 | return self._variable_scope |
| 409 | |
| 410 | @property |
| 411 | def variable_scope_name(self): |
no outgoing calls