1,610
edits
Changes
From Gramps
→Python Gramplet
> Date(1703, 6, 1).to_calendar("hebrew")
5463-10-17 (Hebrew)
Another use for this Gramplet is for debugging. This gramplet makes a nice interface to the running GRAMPS system. You can inspect, and alter the system by entering Python commands. As a simple example, you can:
> self.clear_text() # clear the text in this window
> self.set_wrap(False) # new in GRAMPS 3.1: turn word wrap off
> self.set_wrap(True) # new in GRAMPS 3.1: turn word wrap on
== Quick View Gramplet ==