(slf, mod=mod)
| 5966 | if not mod: |
| 5967 | continue |
| 5968 | def setUp(slf, mod=mod): |
| 5969 | sys.modules['decimal'] = mod |
| 5970 | init(mod) |
| 5971 | def tearDown(slf, mod=mod): |
| 5972 | sys.modules['decimal'] = orig_sys_decimal |
| 5973 | mod.setcontext(ORIGINAL_CONTEXT[mod].copy()) |