builder

Module:

Generates .c and .h files and the configuration file which C reads.

class builder.CodeBuilder

Generates .c and .h code.

classmethod build()
Iterates through templates and searches for strings like /@blob_name:prefix@@suffix@/. Such a string is replaced by several lines which begin with prefix and end with suffix. Between prefix and suffix is something which blob blob_name returns.
class builder.ConfigFileWriter(config_file_path)
Serves for creating config file, e.g. test.in.
builder.create_config_file(config_file_path)

Creates config file according to settings stored in the pool module.

>>> create_config_file('test.in')

Previous topic

pool

Next topic

blobs

This Page