Bases: object
object
A context manager that cleans up the filtering processes upon exit. See the DDict.filter() method documentation for a description of how to create the context manager and use it in a program.
DDict.filter()
Methods
__init__(filter_proc, filter_queue)
__init__