(pid)
| 200 | arg_split = py_arg_split |
| 201 | |
| 202 | def check_pid(pid): |
| 203 | # OpenProcess returns 0 if no such process (of ours) exists |
| 204 | # positive int otherwise |
| 205 | return bool(ctypes.windll.kernel32.OpenProcess(1,0,pid)) |
nothing calls this directly
no outgoing calls
no test coverage detected