pycharm-pyxl
pycharm-pyxl copied to clipboard
Generator expressions support
Currently generator expressions looks to be unsupported:
But it works fine if we convert it to list:
Code in question:
tag = (<ul>
{render_item(n) for n in items}
</ul>)
PyCharm 2017.2.1