Exemple #1
0
 def _subscribe(self):
     self._infoKeeper = InfoKepper()
     self._plotKeeper = PlotInfoKeeper()
     self._subscribed = []
     self._pNames = set()
     for k, v in self.__dict__.items():
         if k != '_infoKeeper' and k != '_subscribed' and k != '_pNames':
             self._subscribeOneItem(v)