(slf, mod=mod)
| 5983 | if not mod: |
| 5984 | continue |
| 5985 | def setUp(slf, mod=mod): |
| 5986 | sys.modules['decimal'] = mod |
| 5987 | init(mod) |
| 5988 | def tearDown(slf, mod=mod): |
| 5989 | sys.modules['decimal'] = orig_sys_decimal |
| 5990 | mod.setcontext(ORIGINAL_CONTEXT[mod].copy()) |
nothing calls this directly
no test coverage detected
searching dependent graphs…