numpoly.get_options

numpoly.get_options(defaults: bool = False)Dict[str, Any][source]

Get global numpoly options.

Args:
defaults:

Return the options for the global option defaults, instead of the options currently in use.

Return:

Collection of values that affect the numpoly machinery. See numpoly.set_options for details.

Example:
>>> options = get_options()
>>> options["default_varname"]
'q'
Note:

set_options, global_options