Home | Trees | Index | Help |
|
---|
Package pygext :: Package sandbox :: Module rc :: Class RCompiler |
|
object
--+
|
RCompiler
Method Summary | |
---|---|
Create a new RCompiler | |
Compile Python source to bytecode | |
Publish all symbols from a given module | |
Publish a function to the source | |
Publish a module to the source | |
Publish an object to the source |
Method Details |
---|
__init__(self)
Create a new RCompiler
|
compile(self, src)Compile Python source to bytecode |
publish_from(self, module)Publish all symbols from a given module |
publish_func(self, *funcs)Publish a function to the source |
publish_module(self, *modules)Publish a module to the source |
publish_obj(self, name, obj)Publish an object to the source |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Jun 12 18:21:21 2006 | http://epydoc.sf.net |