BaseDataObject

class mchartanalyzer.objects.basedata.BaseDataObject[source]

Represents base class of the various data objects.

__weakref__

list of weak references to the object (if defined)

_convertDictToString(myDict)[source]

Returns a string representation of a simple dictionary

_convertListToString(myList)[source]

Returns a string representation of a list

_convertStringToDict(dictString)[source]

Returns a dict from its string representation

_convertStringToList(listString)[source]

Returns a list from its string representation