Return process object representing the current process
()
| 35 | # |
| 36 | |
| 37 | def current_process(): |
| 38 | ''' |
| 39 | Return process object representing the current process |
| 40 | ''' |
| 41 | return _current_process |
| 42 | |
| 43 | def active_children(): |
| 44 | ''' |
no outgoing calls
no test coverage detected
searching dependent graphs…