(self, type, value, tb)
| 113 | sys.setrecursionlimit(self.limit) |
| 114 | |
| 115 | def __exit__(self, type, value, tb): |
| 116 | sys.setrecursionlimit(self.old_limit) |
| 117 | |
| 118 | |
| 119 | ######################### |
nothing calls this directly
no outgoing calls
no test coverage detected