Remember the hash of a path
(self, pathname, hashvalue)
| 478 | self.__flush(force=False) |
| 479 | |
| 480 | def set_hashpath(self, pathname, hashvalue): |
| 481 | """Remember the hash of a path""" |
| 482 | self.set(path_to_option(pathname), hashvalue, 'hashpath') |
| 483 | |
| 484 | def set_list(self, key, values): |
| 485 | """Set a value which is a list data type""" |