|
![]() |
![]() |
![]() |
3.6.9. globals The globals section is also entirely optional. Any "key: expr" pair will be stored in a hashtable, h, as h[key]=eval(expr). In other words, the expression is evaluated first, and the result is stored in the hashtable using the given key. This hashtable is accessible as self.wrapper.server.globals within any Spyce module, or as pool.globals within any Spyce file (with the pool module loaded).
| |||||||||||||||
|