(pydb)
| 135 | |
| 136 | |
| 137 | def _init_plugin_breaks(pydb): |
| 138 | pydb.django_exception_break = {} |
| 139 | pydb.django_breakpoints = {} |
| 140 | |
| 141 | pydb.django_validation_info = _DjangoValidationInfo() |
| 142 | |
| 143 | |
| 144 | def remove_exception_breakpoint(pydb, exception_type, exception): |
no test coverage detected