|
|
__init__(self,
generator,
epoch)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pop(self,
epoch)
When no longer used, safe epoch and decrement count. |
source code
|
|
|
|
push(self)
Added to stack, so increment count. |
source code
|
|
|
|
deletable(self,
epoch)
Check we can delete the wrapper. |
source code
|
|
|
|
close(self)
This terminates the enclosed generator. |
source code
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__subclasshook__
|