Version: 9.16.0
KERNEL_PY.kernel Namespace Reference

Namespaces

namespace  datamodeler
 
namespace  deprecation
 
namespace  diclookup
 
namespace  enumerate
 
namespace  logger
 
namespace  parametric
 
namespace  pyunittester
 
namespace  services
 
namespace  studyedit
 
namespace  syshelper
 
namespace  termcolor
 
namespace  testdata
 
namespace  threadhelper
 
namespace  uiexception
 
namespace  unittester
 

Data Structures

class  Callable
 

Functions

def serialize (dataToSerialize)
 
def unserialize (stringToUnserialize)
 
def TEST_serialization ()
 

Variables

list __all__ = [ "deprecation", "logger", "termcolor", "logconfig" ]
 
string __version__ = "@SALOMEKERNEL_GIT_SHA1@"
 
string __config_datetime__ = "@SALOMEKERNEL_CONFIG_TIME@"
 

Function Documentation

◆ serialize()

def KERNEL_PY.kernel.serialize (   dataToSerialize)
Creates a string description of the specified data.
.. attribute:: dataToSerialize
a data object to serialize

Referenced by KERNEL_PY.kernel.TEST_serialization().

◆ TEST_serialization()

def KERNEL_PY.kernel.TEST_serialization ( )

◆ unserialize()

def KERNEL_PY.kernel.unserialize (   stringToUnserialize)
Creates a data object from its string description. The string description
is supposed to be obtained by a call to serialize.
.. attribute:: stringToUnserialize
a string description of the object

Referenced by KERNEL_PY.kernel.TEST_serialization().

Variable Documentation

◆ __all__

list KERNEL_PY.kernel.__all__ = [ "deprecation", "logger", "termcolor", "logconfig" ]
private

◆ __config_datetime__

string KERNEL_PY.kernel.__config_datetime__ = "@SALOMEKERNEL_CONFIG_TIME@"
private

◆ __version__

string KERNEL_PY.kernel.__version__ = "@SALOMEKERNEL_GIT_SHA1@"
private