コード例 #1
0
ファイル: repository.py プロジェクト: dewayneHat/spacewalk
 def __get_channel(self):
     """ Late binding for the channel. """
     if self._channel is None:
         channel_mapper = mapper.get_channel_mapper()
         self._channel = channel_mapper.get_channel(self.channel_id)
     return self._channel
コード例 #2
0
ファイル: repository.py プロジェクト: flavio/spacewalk
 def __get_channel(self):
     """ Late binding for the channel. """
     if self._channel is None:
         channel_mapper = mapper.get_channel_mapper()
         self._channel = channel_mapper.get_channel(self.channel_id)
     return self._channel