Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/tests/
Dtest_check.py67 msgs = cmd._check_rst_data(broken_rest)
72 msgs = cmd._check_rst_data(rest)
124 msgs = cmd._check_rst_data(rest_with_code)
/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