(self)
| 1331 | |
| 1332 | @property |
| 1333 | def environment(self): |
| 1334 | # TODO: Tests |
| 1335 | return self._extract_environment(self.ProcessParameters.contents.Environment, windows.current_process) |
| 1336 | |
| 1337 | @property |
| 1338 | def apisetmap(self): |
nothing calls this directly
no test coverage detected