(self, pclfs)
| 197 | |
| 198 | # update information on virtual file system |
| 199 | def update_superblock(self, pclfs): |
| 200 | # serialize pclfs dictionary |
| 201 | pclfs = json.dumps(pclfs) |
| 202 | self.define_macro(c.SUPERBLOCK, pclfs) |
| 203 | |
| 204 | # convert binary data to pcl echo commands |
| 205 | def data2echo(self, data): |
no test coverage detected