LocalThreadServer.save (function)
def save(self, name=None, overwrite=False)
Save this server configuration to ~/.crimpl to be loaded again via crimpl.load_server.
Note that this saves everything in LocalThreadServer.to_dict to disk in ASCII.
name
(string, optional, default=None): name of the server. Will default to LocalThreadServer.server_name if set.overwrite
(bool, optional, default=False): whether to overwrite an existing saved configuration forname
.
- (string): path to the saved ascii file
- ValueError: if
name
is already saved butoverwrite
is not passed as True