Module: pyot.utils.itertools
pyot.utils.itertools
FrozenGenerator
Generator that isolates the original list by returning copies of objects when iterated. Used for preventing memory leaks of self-filled objects at the cost of performance.
Extends:
Generic
Definitions:
__init__ -> None
__init__
None
li: List[~T]
li
List[~T]
__iter__ -> Iterator[~T]
__iter__
Iterator[~T]
frozen_generator
Last updated 3 years ago