(self, *args, **kwargs)
| 187 | self.default_runner = None |
| 188 | |
| 189 | def profile_missing_notice(self, *args, **kwargs): |
| 190 | error("""\ |
| 191 | The profile module could not be found. It has been removed from the standard |
| 192 | python packages because of its non-free license. To use profiling, install the |
| 193 | python-profiler package from non-free.""") |
| 194 | |
| 195 | @skip_doctest |
| 196 | @no_var_expand |
nothing calls this directly
no outgoing calls
no test coverage detected