1ElementTree.NotLazy(3kaya) Kaya module reference ElementTree.NotLazy(3kaya)
2
3
4
6 ElementTree::NotLazy - The item to evaluate is not a generator
7
9 ElementTree::NotLazy(
10
12 This Exception is thrown if the item being evaluated is not a generator
13 (so instead is a normal sub-element or text block).
14
16 Kaya standard library by Edwin Brady, Chris Morris and others
17 (kaya@kayalang.org). For further information see http://kayalang.org/
18
20 The Kaya standard library is free software; you can redistribute it
21 and/or modify it under the terms of the GNU Lesser General Public
22 License (version 2.1 or any later version) as published by the Free
23 Software Foundation.
24
26 ElementTree.evaluateGenerator (3kaya)
27
28
29
30Kaya December 2010 ElementTree.NotLazy(3kaya)