Version: 9.15.0
KERNEL_PY.kernel.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 KERNEL_PY.kernel.studyedit._DEFAULT_CONTAINER = "FactoryServer"
private

◆ logger

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