SyFi 0.3
default.py
Go to the documentation of this file.
00001 
00002 import sfc
00003 
00004 def options():
00005     jit = sfc.jit
00006     opt = sfc.common.options.default_options()
00007     yield (jit, opt)
00008 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines