ok we can unbreak foreach just for you
This commit is contained in:
parent
1f9fbd88de
commit
8173e10698
@ -45,3 +45,9 @@ def foreach(
|
|||||||
)
|
)
|
||||||
|
|
||||||
return iterable.foreach(render_fn)
|
return iterable.foreach(render_fn)
|
||||||
|
|
||||||
|
|
||||||
|
class Foreach:
|
||||||
|
"""Create a list of components from an iterable."""
|
||||||
|
|
||||||
|
create = staticmethod(foreach)
|
||||||
|
Loading…
Reference in New Issue
Block a user