eric6/Sessions/SessionFile.py

branch
jsonfiles
changeset 8016
e484fc67677e
parent 8012
ecf45f723038
child 8025
aaad60a23960
equal deleted inserted replaced
8015:09b24828d787 8016:e484fc67677e
28 """ 28 """
29 Constructor 29 Constructor
30 30
31 @param isGlobal flag indicating a file for a global session 31 @param isGlobal flag indicating a file for a global session
32 @type bool 32 @type bool
33 @param parent reference to the parent object 33 @param parent reference to the parent object (defaults to None)
34 @type QObject (optional) 34 @type QObject (optional)
35 """ 35 """
36 super(SessionFile, self).__init__(parent) 36 super(SessionFile, self).__init__(parent)
37 37
38 self.__isGlobal = isGlobal 38 self.__isGlobal = isGlobal

eric ide

mercurial