()
| 349 | |
| 350 | |
| 351 | def debug_this_thread(): |
| 352 | ensure_logging() |
| 353 | log.debug("debug_this_thread()") |
| 354 | |
| 355 | _settrace(suspend=False) |
| 356 | |
| 357 | |
| 358 | def trace_this_thread(should_trace): |
nothing calls this directly
no test coverage detected
searching dependent graphs…