wooMain¶
-
class
wooMain.WooOptions[source]¶ Object holding load-time options for Woo. The object’s dictionary is frozen after construction, which prevents mistakenly adding non-existing option. Do not construct this object directly, set attributes of the
wooMain.optionsinstance instead.
-
wooMain.batch(sysArgv=None)[source]¶ Entry point for the woo-batch executable. sysArgv (if specified) replaces sys.argv, which is used for option processing.
-
wooMain.main(sysArgv=None)[source]¶ Entry point for the woo executable. sysArgv (if specified) replaces sys.argv, which is used for option processing.
-
wooMain.options= <wooMain.WooOptions object>¶ Hold load-time options for the compiled part of Woo. Usually modified by command-line switches, but can be used directly if Woo is imported from “pure” Python.
Tip
Report issues or inclarities to github.