Is there a clean way to access the local iteration scope of a generator expression?

前端 未结 0 1301
天涯浪人
天涯浪人 2020-12-01 14:49

I am receiving a generator expression as an input argument to my function, and it looks like this:

( for item1 in list1)  # single ite         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题