Formatted string of the base memory map, consisting of unresolved auto and user segments (read-only).
(self)
| 2363 | |
| 2364 | @property |
| 2365 | def base(self): |
| 2366 | """Formatted string of the base memory map, consisting of unresolved auto and user segments (read-only).""" |
| 2367 | return self.format_description(self.description(base=True)) |
| 2368 | |
| 2369 | def set_logical_memory_map_enabled(self, enabled: bool) -> None: |
| 2370 | """ |
no test coverage detected