Searched refs:FILTER_DIR (Results 1 – 5 of 5) sorted by relevance
124 FILTER_DIR = True variable778 if not mock.FILTER_DIR and getattr(object, '__dir__', None):789 if mock.FILTER_DIR:
479 See :data:`FILTER_DIR` for what this filtering does, and how to2377 FILTER_DIR section in Helpers2380 .. data:: FILTER_DIR2382 :data:`FILTER_DIR` is a module level variable that controls the way mock objects2386 set ``mock.FILTER_DIR = False``.2419 :data:`FILTER_DIR`:2425 >>> mock.FILTER_DIR = False2438 :data:`mock.FILTER_DIR`.
45 FILTER_DIR = True variable659 if not FILTER_DIR:
125 FILTER_DIR = True variable746 if FILTER_DIR:
41 FILTER_DIR = True variable714 if not FILTER_DIR: