Trees | Indices | Help |
|
---|
|
1 # Copyright 2004-2008 Roman Yakovenko. 2 # Distributed under the Boost Software License, Version 1.0. (See 3 # accompanying file LICENSE_1_0.txt or copy at 4 # http://www.boost.org/LICENSE_1_0.txt) 57 """ 8 Developers do not always work with latest version of boost.python or latest 9 version of compiler. So there is a need to generate code that configured to 10 specific version, feature or compiler. Instance of this class will be shared 11 between all instances of code creators. Every relevant code creator will 12 respect relevant configuration settings. 13 """ 173121 self._boost_python_has_wrapper_held_type = value22 boost_python_has_wrapper_held_type = property( _get_boost_python_has_wrapper_held_type 23 , _set_boost_python_has_wrapper_held_type ) 2428 self._boost_python_supports_void_ptr = value29 boost_python_supports_void_ptr = property( _get_boost_python_supports_void_ptr 30 , _set_boost_python_supports_void_ptr )
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 20 08:51:29 2008 | http://epydoc.sourceforge.net |