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) 5 6 import os 7 import compound 813 16 name = property( _get_name ) 172719 result = [] 20 result.append( "BOOST_PYTHON_MODULE(%s){" % self.name ) 21 result.append( compound.compound_t.create_internal_code( self.creators ) ) 22 result.append( "}" ) 23 return os.linesep.join( result )24
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 20 08:51:41 2008 | http://epydoc.sourceforge.net |