Package pyplusplus :: Package code_creators :: Module compound

Source Code for Module pyplusplus.code_creators.compound

 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 code_creator 
8 9 -class compound_t(code_creator.code_creator_t):
10 - def __init__(self ):
11 """Constructor. 12 13 @param parent: Parent code creator. 14 @type parent: L{code_creator_t} 15 """ 16 code_creator.code_creator_t.