garbage Package

garbage Package

class hanyuu.streamer.audio.garbage.Collector[source]

Bases: object

add(garbage)[source]
classmethod add_hook(hook)[source]
info()[source]

Returns a list of GarbageInfo objects containing information about current pending garbage.

instance = <hanyuu.streamer.audio.garbage.Collector object at 0x338d810>
run()[source]
class hanyuu.streamer.audio.garbage.Garbage(item=None)[source]

Bases: object

collect()[source]

Gets called on each collection cycle.

Should return True if the garbage got cleaned up properly, False if it requires another collect in the next cycle.

collector = <hanyuu.streamer.audio.garbage.Collector object at 0x338d810>
class hanyuu.streamer.audio.garbage.Singleton(mcs, name, bases, dict)[source]

Bases: type

Project Versions

Table Of Contents

Previous topic

audio Package

This Page