Home
last modified time | relevance | path

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

/third_party/python/Lib/unittest/
Dcase.py20 _subtest_msg_sentinel = object() variable
480 def subTest(self, msg=_subtest_msg_sentinel, **params):
1433 if self._message is not _subtest_msg_sentinel: