Returns current thread's local data
()
| 82 | pass |
| 83 | |
| 84 | def getCurrentThreadData(): |
| 85 | """ |
| 86 | Returns current thread's local data |
| 87 | """ |
| 88 | |
| 89 | return ThreadData |
| 90 | |
| 91 | def getCurrentThreadName(): |
| 92 | """ |
no outgoing calls
no test coverage detected
searching dependent graphs…