Searched refs:report_level (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/distutils/command/ |
D | check.py | 18 def __init__(self, source, report_level, halt_level, stream=None, argument 21 Reporter.__init__(self, source, report_level, halt_level, stream, 130 settings.report_level,
|
/external/python/cpython2/Lib/distutils/command/ |
D | check.py | 21 def __init__(self, source, report_level, halt_level, stream=None, argument 24 Reporter.__init__(self, source, report_level, halt_level, stream, 134 settings.report_level,
|