Returns True if the caller should hide something from debugpy.
()
| 151 | |
| 152 | |
| 153 | def hide_debugpy_internals(): |
| 154 | """Returns True if the caller should hide something from debugpy.""" |
| 155 | return "DEBUGPY_TRACE_DEBUGPY" not in os.environ |
| 156 | |
| 157 | |
| 158 | def hide_thread_from_debugger(thread): |
no outgoing calls
no test coverage detected
searching dependent graphs…