Returns the list of global and local variables created by the Template.
(self)
| 420 | |
| 421 | @property |
| 422 | def variables(self): |
| 423 | """Returns the list of global and local variables created by the Template.""" |
| 424 | return self.global_variables + self.local_variables |
| 425 | |
| 426 | @property |
| 427 | def trainable_variables(self): |
no outgoing calls
no test coverage detected