2024-04-29
安装包下载: https://mirrors.huaweicloud.com/python
1 | # [0, 1, 2, 3, 4] |
1 | # {'a', 1} |
1 | # <generator object <genexpr> at 0x103acb2b0> |
2018-04-08
假设类++实例++为my_class
,即my_class = MyClass()
def __iter__(self)
被itor()
调用,返回类的迭代器版本用于迭代, 通常使用于for
语句等