Package qm :: Package external :: Package DocumentTemplate :: Module DT_Try
[hide private]
[frames] | no frames]

Module DT_Try
source code

Classes [hide private]
Try Zope DTML Exception handling usage: <!--#try--> <!--#except SomeError AnotherError--> <!--#except YetAnotherError--> <!--#except--> <!--#else--> <!--#/try--> or: <!--#try--> <!--#finally--> <!--#/try--> The DTML try tag functions quite like Python's try command.