Home
last modified time | relevance | path

Searched refs:FILTER_DIR (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Doc/library/
Dunittest.mock.rst480 See :data:`FILTER_DIR` for what this filtering does, and how to
2378 FILTER_DIR section in Helpers
2381 .. data:: FILTER_DIR
2383 :data:`FILTER_DIR` is a module level variable that controls the way mock objects
2387 set ``mock.FILTER_DIR = False``.
2420 :data:`FILTER_DIR`:
2426 >>> mock.FILTER_DIR = False
2439 :data:`mock.FILTER_DIR`.
/third_party/python/Lib/unittest/
Dmock.py45 FILTER_DIR = True variable
726 if not FILTER_DIR: