Home
last modified time | relevance | path

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

/external/python/mock/mock/
Dmock.py124 FILTER_DIR = True variable
778 if not mock.FILTER_DIR and getattr(object, '__dir__', None):
789 if mock.FILTER_DIR:
/external/python/cpython3/Doc/library/
Dunittest.mock.rst479 See :data:`FILTER_DIR` for what this filtering does, and how to
2377 FILTER_DIR section in Helpers
2380 .. data:: FILTER_DIR
2382 :data:`FILTER_DIR` is a module level variable that controls the way mock objects
2386 set ``mock.FILTER_DIR = False``.
2419 :data:`FILTER_DIR`:
2425 >>> mock.FILTER_DIR = False
2438 :data:`mock.FILTER_DIR`.
/external/python/cpython2/Lib/test/
D_mock_backport.py45 FILTER_DIR = True variable
659 if not FILTER_DIR:
/external/pdfium/third_party/pymock/
Dmock.py125 FILTER_DIR = True variable
746 if FILTER_DIR:
/external/python/cpython3/Lib/unittest/
Dmock.py41 FILTER_DIR = True variable
714 if not FILTER_DIR: