Searched refs:_warnings (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
D | test_check.py | 30 self.assertEqual(cmd._warnings, 2) 39 self.assertEqual(cmd._warnings, 0) 47 self.assertEqual(cmd._warnings, 0) 73 self.assertEqual(cmd._warnings, 1) 86 self.assertEqual(cmd._warnings, 0)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | hmac.py | 6 import warnings as _warnings namespace 58 _warnings.warn('block_size of %d seems too small; using our ' 63 _warnings.warn('No block_size attribute on given digest object; '
|
D | warnings.py | 372 from _warnings import (filters, default_action, once_registry,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
D | check.py | 52 self._warnings = 0 59 self._warnings += 1 75 if self.strict and self._warnings > 0:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_support.py | 520 self._warnings = warnings_list 524 if len(self._warnings) > self._last: 525 return getattr(self._warnings[-1], attr) 532 return self._warnings[self._last:] 535 self._last = len(self._warnings)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | warnings.py | 376 from _warnings import (filters, default_action, once_registry,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/ |
D | Python2710.inf | 76 Python/_warnings.c
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/ |
D | PythonCore.inf | 81 Python-$(PYTHON_VERSION)/Python/_warnings.c
|