Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/unittest/
Dcase.py20 _subtest_msg_sentinel = object() variable
515 def subTest(self, msg=_subtest_msg_sentinel, **params):
1427 if self._message is not _subtest_msg_sentinel: