OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:checker_props
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/Doc/tools/
rstlint.py
52
checker_props
= {'severity': 1, 'falsepositives': False}
variable
59
for prop in
checker_props
:
60
setattr(func, prop, kwds.get(prop,
checker_props
[prop]))
/external/python/cpython3/Doc/tools/
rstlint.py
51
checker_props
= {'severity': 1, 'falsepositives': False}
variable
59
for prop in
checker_props
:
60
setattr(func, prop, kwds.get(prop,
checker_props
[prop]))
Completed in 83 milliseconds