dragon.data.ddict.FilterContextManager

class FilterContextManager[source]

Bases: 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.

__init__(filter_proc, filter_queue)[source]

Methods

__init__(filter_proc, filter_queue)

__init__(filter_proc, filter_queue)[source]