yield from 与生成器委托 | Python
本章覆盖:yield from;委托子迭代器;组合生成器;StopIteration.value 的高级语义只作了解;send/throw/close 不作为业务主线深入。
本章知识点
- yield from
- 委托子迭代器
- 组合生成器
- StopIteration.value 的高级语义只作了解
- send/throw/close 不作为业务主线深入
本章覆盖:yield from;委托子迭代器;组合生成器;StopIteration.value 的高级语义只作了解;send/throw/close 不作为业务主线深入。