コード例 #1
0
    def __init__(self, pubnub):
        ObjectsEndpoint.__init__(self, pubnub)
        ListEndpoint.__init__(self)
        ChannelEndpoint.__init__(self)
        IncludeCustomEndpoint.__init__(self)
        UUIDIncludeEndpoint.__init__(self)

        self._uuids = []
コード例 #2
0
    def __init__(self, pubnub):
        ObjectsEndpoint.__init__(self, pubnub)
        UuidEndpoint.__init__(self)
        ListEndpoint.__init__(self)
        IncludeCustomEndpoint.__init__(self)
        ChannelIncludeEndpoint.__init__(self)

        self._channel_memberships = []
コード例 #3
0
    def __init__(self, pubnub):
        ObjectsEndpoint.__init__(self, pubnub)
        ChannelEndpoint.__init__(self)
        ListEndpoint.__init__(self)
        IncludeCustomEndpoint.__init__(self)
        UUIDIncludeEndpoint.__init__(self)

        self._uuids_to_set = []
        self._uuids_to_remove = []
コード例 #4
0
 def __init__(self, pubnub):
     ObjectsEndpoint.__init__(self, pubnub)
     UuidEndpoint.__init__(self)
     ListEndpoint.__init__(self)
     IncludeCustomEndpoint.__init__(self)
     ChannelIncludeEndpoint.__init__(self)
コード例 #5
0
 def __init__(self, pubnub):
     ObjectsEndpoint.__init__(self, pubnub)
     ListEndpoint.__init__(self)
     IncludeCustomEndpoint.__init__(self)