Python class accessible by iterator and index

后端 未结 2 583
予麋鹿
予麋鹿 2020-12-12 23:56

Might be a n00b question, but I currently have a class that implements an iterator so I can do something like

for i in class():

but I want

2条回答
提交回复
热议问题