GarbageCollector module

Houses the GarbageCollector task class.

class GarbageCollector.GarbageCollector

Bases: object

This is the GarbageCollector, it CollectsGarbage.

run()

Implementation as a generator function.

Raises:

ValueError – Invalid state is reached within the machine.

Yields:

int – state. Always 0.