springpython.config
index
/home/gturnquist/spring-python-1.1.x/src/springpython/config/__init__.py

Copyright 2006-2008 SpringSource (http://springsource.com), All Rights Reserved
 
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
 
    http://www.apache.org/licenses/LICENSE-2.0
 
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

 
Package Contents
       
_config_base
_python_config
_xml_config
_yaml_config
decorator

 
Data
        name = 'set_app_context'
xml_mappings = {'bool': 'types.BooleanType', 'complex': 'types.ComplexType', 'decimal': 'decimal.Decimal', 'float': 'types.FloatType', 'int': 'types.IntType', 'long': 'types.LongType', 'str': 'types.StringType', 'unicode': 'types.UnicodeType'}
yaml_mappings = {'bool': 'types.BooleanType', 'complex': 'types.ComplexType', 'decimal': 'decimal.Decimal', 'dict': 'types.DictType', 'float': 'types.FloatType', 'int': 'types.IntType', 'list': 'types.ListType', 'long': 'types.LongType', 'str': 'types.StringType', 'tuple': 'types.TupleType', ...}