Package CMFFormController :: Module ControllerPythonScript
[show private | hide private]
[frames | no frames]

Module CMFFormController.ControllerPythonScript

Controller Python Scripts Product

This product provides support for Script objects containing restricted Python code.
Classes
ControllerPythonScript Web-callable scripts written in a safe subset of Python.

Variable Summary
str __version__ = '1.10'
PageTemplateFile manage_addControllerPythonScriptForm = <PageTemplateFile...
str Python_magic = ';\xf2\r\n'
int Script_magic = 3                                                                     
str _default_file = '/home/vinsci/backup/lab/plone/inst/plon...
SRE_Pattern _first_indent = ^ *(?! |$)
str _log_complaint = 'Some of your Scripts have stale code c...
SRE_Pattern _nonempty_line = ^(.*\S.*)$

Variable Details

__version__

Type:
str
Value:
'1.10'                                                                 

manage_addControllerPythonScriptForm

Type:
PageTemplateFile
Value:
<PageTemplateFile at manage_addControllerPythonScriptForm>             

Python_magic

Type:
str
Value:
''';\xf2\r
'''                                                                    

Script_magic

Type:
int
Value:
3                                                                     

_default_file

Type:
str
Value:
'/home/vinsci/backup/lab/plone/inst/plone-2.1.1/Products/CMFFormContro\
ller/www/default_cpy'                                                  

_first_indent

Type:
SRE_Pattern
Value:
^ *(?! |$)                                                             

_log_complaint

Type:
str
Value:
'Some of your Scripts have stale code cached.  Since Zope cannot use t\
his code, startup will be slightly slower until these Scripts are edit\
ed. You can automatically recompile all Scripts that have this problem\
 by visiting /manage_addProduct/PythonScripts/recompile of your server\
 in a browser.'                                                        

_nonempty_line

Type:
SRE_Pattern
Value:
^(.*\S.*)$                                                             

Generated by Epydoc 2.1 on Wed Nov 30 03:59:18 2005 http://epydoc.sf.net