(self)
| 119 | self.apfs = {} |
| 120 | |
| 121 | def get_diskutil(self): |
| 122 | # Returns the path to the diskutil binary |
| 123 | return self.r.run({"args":["which", "diskutil"]})[0].split("\n")[0].split("\r")[0] |
| 124 | |
| 125 | def get_disks(self): |
| 126 | # Returns a dictionary object of connected disks |