numba.pycc package

Submodules

numba.pycc.compiler module

numba.pycc.compiler.which(program)
numba.pycc.compiler.Compiler

alias of CompilerPy2

numba.pycc.decorators module

class numba.pycc.decorators.ExportEntry(symbol, signature, function, module)

Bases: object

A simple record for exporting symbols.

numba.pycc.decorators.export(prototype)
numba.pycc.decorators.exportmany(prototypes)
numba.pycc.decorators.parse_prototype(text)

Separate the symbol and function-type in a a string with “symbol function-type” (e.g. “mult float(float, float)”)

(symbol_string, functype_string)

numba.pycc.llvm_types module

Module contents

numba.pycc.get_ending(args)
numba.pycc.main(args=None)