Object which contains a filename and character encoding to use in moo.Editor.save() and moo.Editor.save_as().
moo.Editor.save()
moo.Editor.save_as()
SaveInfo(path, encoding=None)
path :
path
str
encoding :
encoding
Returns: moo.SaveInfo
Returns:
moo.SaveInfo
SaveInfo.new_file(file, encoding=None)
file :
file
gio.File
SaveInfo.new_uri(uri, encoding=None)
uri :
uri
save_info.dup()