Home
last modified time | relevance | path

Searched refs:_check_rst_data (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/distutils/tests/
Dtest_check.py72 msgs = cmd._check_rst_data(broken_rest)
77 msgs = cmd._check_rst_data(rest)
128 msgs = cmd._check_rst_data(rest_with_code)
/external/python/cpython2/Lib/distutils/tests/
Dtest_check.py73 msgs = cmd._check_rst_data(broken_rest)
78 msgs = cmd._check_rst_data(rest)
129 msgs = cmd._check_rst_data(rest_with_code)
/external/python/cpython3/Lib/distutils/command/
Dcheck.py113 for warning in self._check_rst_data(data):
121 def _check_rst_data(self, data): member in check
/external/python/cpython2/Lib/distutils/command/
Dcheck.py117 for warning in self._check_rst_data(data):
125 def _check_rst_data(self, data): member in check