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