Exemplo n.º 1
0
def _no_context_data():
    with suppress_getter(context_data):
        yield
Exemplo n.º 2
0
def _no_tp_tool():
    with suppress_getter(tp_tool):
        yield
Exemplo n.º 3
0
def _no_wordcount():
    with suppress_getter(wordcount):
        yield
Exemplo n.º 4
0
def _no_fs_finder():
    with suppress_getter(fs_finder):
        yield
Exemplo n.º 5
0
def _no_fs_files():
    with suppress_getter(fs_file):
        yield
Exemplo n.º 6
0
def _no_fs_finder():
    with suppress_getter(fs_finder):
        yield
Exemplo n.º 7
0
def _no_fs_files():
    with suppress_getter(fs_file):
        yield