How can I edit/update a dtml method from python? Let's say I have a dtml method called get_name. From python, how can I update the content of this dtml method? I tried playing with edit_manage but without success Sushil