| Home | Trees | Indices | Help |
|---|
|
|
|
|||
| ProcessingException | |||
|
html_order TODO: |
|||
| ControllerLevel_1 | |||
| ControllerContext | |||
|
GcheckyError Base class for exception that could be thrown by gchecky library. |
|||
|
DataError An exception of this class occures whenever there is error in converting python data to/from xml. |
|||
|
HandlerError An exception of this class occures whenever an exception is thrown from user defined handler. |
|||
|
SystemError An exception of this class occures whenever there is a system error, such as network being unavailable or DB down. |
|||
|
LibraryError An exception of this class occures whenever there is a bug encountered in gchecky library. |
|||
| ControllerLevel_2 | |||
| Controller | |||
|
|||
|
|||
|
|||
>>> safe_str = 'Is''n it a text "with": some fancy characters ;-)?!' >>> html_escape(safe_str) == safe_str True >>> html_escape('Omg&, <this> is not &a safe string <to> &htmlize >_<!') 'Omg&, <this> is not &a safe string <to> &htmlize >_<!' |
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Sun Sep 7 23:26:44 2008 | http://epydoc.sourceforge.net |