Exemplo n.º 1
0
 def channels(self, channels):
     utils.extend_list(self._channels, channels)
     return self
Exemplo n.º 2
0
 def channel_groups(self, channel_groups):
     utils.extend_list(self._groups, channel_groups)
     return self
 def channel_timetokens(self, timetokens):
     timetokens = [str(item) for item in timetokens]
     utils.extend_list(self._channels_timetoken, timetokens)
     return self
Exemplo n.º 4
0
 def channels(self, channels):
     utils.extend_list(self._channels, channels)
     return self
 def channel(self, channel):
     utils.extend_list(self._channel, channel)
     return self
Exemplo n.º 6
0
 def channel_groups(self, channel_groups):
     utils.extend_list(self._groups, channel_groups)
     return self
Exemplo n.º 7
0
 def auth_keys(self, auth_keys):
     utils.extend_list(self._auth_keys, auth_keys)
     return self
Exemplo n.º 8
0
 def auth_keys(self, auth_keys):
     utils.extend_list(self._auth_keys, auth_keys)
     return self
Exemplo n.º 9
0
 def uuids(self, uuids):
     utils.extend_list(self._uuids, uuids)
     return self