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