mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
gh-106909: Use role :const: for referencing module constants (GH-106910)
This commit is contained in:
parent
d036db728e
commit
4b9948617f
64 changed files with 238 additions and 238 deletions
|
@ -2485,7 +2485,7 @@ behaviour you can switch it off by setting the module level switch
|
|||
|
||||
Alternatively you can just use ``vars(my_mock)`` (instance members) and
|
||||
``dir(type(my_mock))`` (type members) to bypass the filtering irrespective of
|
||||
:data:`mock.FILTER_DIR`.
|
||||
:const:`mock.FILTER_DIR`.
|
||||
|
||||
|
||||
mock_open
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue