File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ Entry Functions and Properties
178
178
179
179
**trash_entry ** (entry)
180
180
181
- move a group to the recycle bin. The recycle bin is created if it does not exit. ``entry `` must be an empty Entry.
181
+ move an entry to the recycle bin. The recycle bin is created if it does not exit. ``entry `` must be an empty Entry.
182
182
183
183
**move_entry ** (entry, destination_group)
184
184
@@ -228,6 +228,12 @@ If ``expiry_time`` is a naive datetime object (i.e. ``expiry_time.tzinfo`` is no
228
228
# update modification or access time
229
229
>> > entry.touch(modify = True )
230
230
231
+
232
+ **save_history ** ()
233
+
234
+ save the Entry in its history
235
+
236
+
231
237
Group Functions and Properties
232
238
------------------------------
233
239
**add_group ** (destination_group, group_name, icon=None, notes=None)
You can’t perform that action at this time.
0 commit comments