def update(self, dict): for k, v in dict.items(): riscos.putenv(k, v)
def __setitem__(self, key, item): riscos.putenv(key, item)
"""A more or less complete dictionary like interface for the RISC OS environment."""