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@" |
| 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().
| def KERNEL_PY.kernel.TEST_serialization | ( | ) |
References unittester.run(), KERNEL_PY.kernel.serialize(), and KERNEL_PY.kernel.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().
|
private |
|
private |
|
private |