A hook that Jython uses.
(String key, Object o)
| 1635 | * A hook that Jython uses. |
| 1636 | */ |
| 1637 | public void __setitem__(String key, Object o) throws TemplateException { |
| 1638 | setGlobalVariable(key, getObjectWrapper().wrap(o)); |
| 1639 | } |
| 1640 | |
| 1641 | private static final class NumberFormatKey |
| 1642 | { |
nothing calls this directly
no test coverage detected