sas.sasview package

Submodules

sas.sasview.custom_config module

Application appearance custom configuration

sas.sasview.local_config module

Application settings

sas.sasview.local_config.printEVT(message)[source]

sas.sasview.sasview module

Base module for loading and running the main SasView application.

class sas.sasview.sasview.SasView[source]

Bases: object

Main class for running the SasView application

__dict__ = mappingproxy({'__module__': 'sas.sasview.sasview', '__doc__': '\n    Main class for running the SasView application\n    ', '__init__': <function SasView.__init__>, '__dict__': <attribute '__dict__' of 'SasView' objects>, '__weakref__': <attribute '__weakref__' of 'SasView' objects>, '__annotations__': {}})
__doc__ = '\n    Main class for running the SasView application\n    '
__init__()[source]
__module__ = 'sas.sasview.sasview'
__weakref__

list of weak references to the object (if defined)

sas.sasview.sasview.run_cli()[source]
sas.sasview.sasview.run_gui()[source]

__main__ method for loading and running SasView

sas.sasview.sasview.setup_logging()[source]
sas.sasview.sasview.setup_mpl(backend=None)[source]
sas.sasview.sasview.setup_sasmodels()[source]

Prepare sasmodels for running within sasview.

sas.sasview.sasview.setup_wx()[source]

Module contents