Trees | Indices | Help |
|
---|
|
object --+ | code_creator.code_creator_t --+ | compound.compound_t --+ | module_t
This class represents the source code for the entire extension module.
The root of the code creator tree is always a module_t object.
Instance Methods | |||
|
|||
int |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Static Methods | |
Inherited from Inherited from |
Class Variables | |
Inherited from |
Properties | |
global_ns reference to global_ns ( namespace_t ) declaration |
|
std_directories | |
user_defined_directories | |
body Return reference to module_body_t code creator |
|
str or license_t |
license License text. |
specially_exposed_decls Convert a method into a cached attribute |
|
Inherited from Inherited from |
Method Details |
Constructor.
|
Return the children index of the last include_t object. An exception is raised when there is no include_t object among the children creators.
|
Insert an include_t object. The include creator is inserted right after the last include file.
|
Property Details |
global_nsreference to global_ns ( namespace_t ) declaration |
std_directories
|
user_defined_directories
|
bodyReturn reference to module_body_t code creator |
licenseLicense text. The license text will always be the first children node.
|
specially_exposed_declsConvert a method into a cached attribute |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 20 08:51:11 2008 | http://epydoc.sourceforge.net |