Version: 9.15.0
studyedit Namespace Reference

Data Structures

class  StudyEditor
 This class provides utility methods to complement Study and StudyBuilder classes. More...
 

Functions

def getStudyEditor ()
 Return a StudyEditor instance to edit the study. More...
 

Variables

 logger = Logger("salome.kernel.studyedit", color=termcolor.PURPLE)
 
string _DEFAULT_CONTAINER = "FactoryServer"
 
 EDITOR = StudyEditor()
 Singleton study editor instance. More...
 

Variable Documentation

◆ _DEFAULT_CONTAINER

string studyedit._DEFAULT_CONTAINER = "FactoryServer"
private

◆ logger

studyedit.logger = Logger("salome.kernel.studyedit", color=termcolor.PURPLE)