Searched defs:MyObj (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/test_email/
H A Dtest_policy.py150 class MyObj: class in class:PolicyAPITests
158 foo = self.MyObj()
164 foo = self.MyObj()
180 foo = self.MyObj()
186 foo = self.MyObj()
/external/python/cpython3/Lib/test/
H A Dtest_exceptions.py523 class MyObj: class in function:ExceptionTests.testExceptionCleanupState
532 obj = MyObj()
543 obj = MyObj()
554 obj = MyObj()
565 obj = MyObj()
577 obj = MyObj()
598 obj = MyObj()
622 obj = MyObj()
766 class MyObj: class in function:ExceptionTests._check_generator_cleanup_exc_state
775 obj = MyObj()
[all...]

Completed in 191 milliseconds