##// END OF EJS Templates
templater: make get(dict, key) return a single value...
templater: make get(dict, key) return a single value This is necessary to obtain a _hybrid object from a dict. If get() yields a value, it would be stringified. I see no benefit to make get() lazy, so this patch just changes "yield" to "return".
Yuya Nishihara -
r27892:83aef8d5 default
Show More