Package zope :: Package configuration :: Module fields
[show private | hide private]
[frames | no frames]

Module zope.configuration.fields

Configuration-specific schema fields

$Id: fields.py,v 1.2 2005/06/24 16:52:27 nyergler Exp $


Classes
Bool A boolean value
GlobalInterface An interface that can be accessed from a module.
GlobalObject An object that can be accessed as a module global.
MessageID Text string that should be translated.
Path A file path name, which may be input as a relative path
PythonIdentifier This field describes a python identifier, i.e.
Tokens A list that can be read from a space-separated string

Variable Summary
unicode PYIDENTIFIER_REGEX = u'\\A[a-zA-Z_]+[a-zA-Z0-9_]*\\Z'
SRE_Pattern pyidentifierPattern = \A[a-zA-Z_]+[a-zA-Z0-9_]*\Z

Variable Details

PYIDENTIFIER_REGEX

Type:
unicode
Value:
u'\\A[a-zA-Z_]+[a-zA-Z0-9_]*\\Z'                                       

pyidentifierPattern

Type:
SRE_Pattern
Value:
\A[a-zA-Z_]+[a-zA-Z0-9_]*\Z                                            

Generated by Epydoc 2.1 on Fri Jun 24 12:01:22 2005 http://epydoc.sf.net