pycharm-pyxl icon indicating copy to clipboard operation
pycharm-pyxl copied to clipboard

Generator expressions support

Open ashtuchkin opened this issue 7 years ago • 0 comments

Currently generator expressions looks to be unsupported: image

image

But it works fine if we convert it to list: image

Code in question:

tag = (<ul>
    {render_item(n) for n in items}
</ul>)

PyCharm 2017.2.1

ashtuchkin avatar Aug 15 '17 21:08 ashtuchkin