Package pygext :: Package sandbox :: Module rc :: Class RCompiler
[frames | no frames]

Type RCompiler

object --+
         |
        RCompiler


Method Summary
  __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

Method Details

__init__(self)
(Constructor)

Create a new RCompiler
Overrides:
__builtin__.object.__init__

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

Generated by Epydoc 2.1 on Mon Jun 12 18:21:21 2006 http://epydoc.sf.net