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 algorithm 7 import code_creator10 """Code creator that is based on a declaration. 11 """2213 code_creator.code_creator_t.__init__(self) 14 if None is associated_decl_creators: 15 associated_decl_creators = [] 16 self._associated_decl_creators = associated_decl_creators17 18 @property
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 20 08:51:37 2008 | http://epydoc.sourceforge.net |