(self, mapping_info)
| 264 | return status, mapping_info |
| 265 | |
| 266 | def unmap_memory(self, mapping_info): |
| 267 | return self.__kb.KbUnmapMemory(byref(mapping_info)) |
| 268 | |
| 269 | class PhysicalMemory: |
| 270 | def __init__(self, kb): |
nothing calls this directly
no outgoing calls
no test coverage detected