Changeset 101:d88462a49f86 for wokkel/subprotocols.py
- Timestamp:
- Aug 3, 2011, 9:49:22 AM (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wokkel/subprotocols.py
r100 r101 93 93 """ 94 94 self.parent.send(obj) 95 96 97 def request(self, request): 98 """ 99 Send an IQ request and track the response. 100 101 This passes the request to the parent for sending and response 102 tracking. 103 104 @see: L{StreamManager.request}. 105 """ 106 return self.parent.request(request) 95 107 96 108
Note: See TracChangeset
for help on using the changeset viewer.