(m)
| 107 | P: P.getcontext().copy() |
| 108 | } |
| 109 | def init(m): |
| 110 | if not m: return |
| 111 | DefaultTestContext = m.Context( |
| 112 | prec=9, rounding=ROUND_HALF_EVEN, traps=dict.fromkeys(Signals[m], 0) |
| 113 | ) |
| 114 | m.setcontext(DefaultTestContext) |
| 115 | |
| 116 | TESTDATADIR = 'decimaltestdata' |
| 117 | if __name__ == '__main__': |
no test coverage detected
searching dependent graphs…