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 code_creator 722 3910 """ Base class for custom code. 11 works_on_instance: If true, the custom code can be applied directly to obj inst. 12 Ex: ObjInst."CustomCode" 13 """ 14 code_creator.code_creator_t.__init__(self) 15 self.works_on_instance = works_on_instance16 19
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 20 08:51:50 2008 | http://epydoc.sourceforge.net |