Searched refs:FILTER_DIR (Results 1 – 2 of 2) sorted by relevance
480 See :data:`FILTER_DIR` for what this filtering does, and how to2378 FILTER_DIR section in Helpers2381 .. data:: FILTER_DIR2383 :data:`FILTER_DIR` is a module level variable that controls the way mock objects2387 set ``mock.FILTER_DIR = False``.2420 :data:`FILTER_DIR`:2426 >>> mock.FILTER_DIR = False2439 :data:`mock.FILTER_DIR`.
45 FILTER_DIR = True variable726 if not FILTER_DIR: