Searched refs:FILTER_DIR (Results 1 – 5 of 5) sorted by relevance
141 FILTER_DIR = True variable783 if not mock.FILTER_DIR and getattr(object, '__dir__', None):791 if mock.FILTER_DIR:
455 See :data:`FILTER_DIR` for what this filtering does, and how to2047 FILTER_DIR section in Helpers2050 .. data:: FILTER_DIR2052 :data:`FILTER_DIR` is a module level variable that controls the way mock objects2056 set ``mock.FILTER_DIR = False``.2083 :data:`FILTER_DIR`:2086 >>> mock.FILTER_DIR = False2099 :data:`mock.FILTER_DIR`.
125 FILTER_DIR = True variable746 if FILTER_DIR:
45 FILTER_DIR = True variable659 if not FILTER_DIR:
45 FILTER_DIR = True variable678 if not FILTER_DIR: