@rtype: int @return: Process global ID.
(self)
| 169 | self.fileName = fileName |
| 170 | |
| 171 | def get_pid(self): |
| 172 | """ |
| 173 | @rtype: int |
| 174 | @return: Process global ID. |
| 175 | """ |
| 176 | return self.dwProcessId |
| 177 | |
| 178 | def get_filename(self): |
| 179 | """ |
no outgoing calls
no test coverage detected