class collections.abc.Generator
ABC for generator classes that implement the protocol defined in PEP 342 that extends iterators with the send()
, throw()
and close()
methods. See also the definition of generator.
New in version 3.5.
class collections.abc.Generator
ABC for generator classes that implement the protocol defined in PEP 342 that extends iterators with the send()
, throw()
and close()
methods. See also the definition of generator.
New in version 3.5.
Please login to continue.