| PPA.Template.Engines.PythonEmbedded | index /home/ods/SF-PPA/homepage/API/PPA/Template/Engines/PythonEmbedded.py |
# $Id: PythonEmbedded.py,v 1.3 2004/04/09 16:26:14 ods Exp $
| Modules | ||||||
| ||||||
| Classes | ||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||
| Functions | ||
| ||
| Data | ||
| double_re = r'"[^\n"\\]*(?:\\.[^\n"\\]*)*"' single_re = r"'[^\n'\\]*(?:\\.[^\n'\\]*)*'" string_re = '(\'\'\'[^\'\\\\]*(?:(?:\\\\.|\'(?!\'\'))[^\'\\\\]*)*\'\'\'|"""[^"...*(?:\\\\.[^\\n\'\\\\]*)*\'|"[^\\n"\\\\]*(?:\\\\.[^\\n"\\\\]*)*")' triple_double_re = r'"""[^"\\]*(?:(?:\\.|"(?!""))[^"\\]*)*"""' triple_single_re = r"'''[^'\\]*(?:(?:\\.|'(?!''))[^'\\]*)*'''" | ||