Package pyplusplus :: Package code_creators

Package code_creators

source code

Code creators.

This sub-package contains the code creator classes which are nodes in the code creator tree. This tree represents the entire source code of the final extension module (even when the source code will later be distributed among several source files) and each individual code creator represents a single block of source code.

The base class for all code creators is code_creator_t.

Submodules