Home
last modified time | relevance | path

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

/external/python/mock/mock/
Dmock.py141 FILTER_DIR = True variable
783 if not mock.FILTER_DIR and getattr(object, '__dir__', None):
791 if mock.FILTER_DIR:
/external/python/cpython3/Doc/library/
Dunittest.mock.rst455 See :data:`FILTER_DIR` for what this filtering does, and how to
2047 FILTER_DIR section in Helpers
2050 .. data:: FILTER_DIR
2052 :data:`FILTER_DIR` is a module level variable that controls the way mock objects
2056 set ``mock.FILTER_DIR = False``.
2083 :data:`FILTER_DIR`:
2086 >>> mock.FILTER_DIR = False
2099 :data:`mock.FILTER_DIR`.
/external/pdfium/third_party/pymock/
Dmock.py125 FILTER_DIR = True variable
746 if FILTER_DIR:
/external/python/cpython2/Lib/test/
D_mock_backport.py45 FILTER_DIR = True variable
659 if not FILTER_DIR:
/external/python/cpython3/Lib/unittest/
Dmock.py45 FILTER_DIR = True variable
678 if not FILTER_DIR: