|
- Method resolution order:
- GeneralOptions
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __enter__(...)
- __enter__( (GeneralOptions)self) -> GeneralOptions
- __init__(...)
- Raises an exception
This class cannot be instantiated from Python
- __reduce__ = (...)
- active_virtual_environment_changed(...)
- active_virtual_environment_changed( (GeneralOptions)self, (str)path) -> None :
Sets the active virtual environment.
path --- A fully qualified path to the directory that contains the virtual environment.
- get_active_virtual_environment(...)
- get_active_virtual_environment( (GeneralOptions)self) -> str :
Returns the fully qualified path of the active virtual environment.
- get_correlation_matrix_limit(...)
- get_correlation_matrix_limit( (GeneralOptions)self) -> int :
Returns the limit number of variables to be able to display a correlation matrix list
- get_plot_engine(...)
- get_plot_engine( (GeneralOptions)self) -> str :
Returns the name of the active plot engine.
- set_correlation_matrix_limit(...)
- set_correlation_matrix_limit( (GeneralOptions)self, (int)limit) -> None :
Sets the limit number of variables to be able to display a correlation matrix list
- set_plot_engine(...)
- set_plot_engine( (GeneralOptions)self, (str)engine) -> None :
Sets the active plot engine.
engine --- Either 'Direct2D' or 'GDI+'
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|