r47172 - twistedchecker
hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Tue, 5 Apr 2016 22:16:02 -0600 (MDT)
| Newsgroups | gmane.comp.python.twisted.commits |
|---|---|
| Message-ID | <[email protected]> |
Author: hawkowl
Date: Tue Apr 5 22:15:56 2016
New Revision: 47172
Modified:
branches/dropped-factory-8272/twisted/web/http.py
Log:
twistedchecker
Modified: branches/dropped-factory-8272/twisted/web/http.py
==============================================================================
--- branches/dropped-factory-8272/twisted/web/http.py (original)
+++ branches/dropped-factory-8272/twisted/web/http.py Tue Apr 5 22:15:56 2016
@@ -2263,11 +2263,17 @@
@property
def factory(self):
+ """
+ @see: L{HTTPChannel.factory}
+ """
return self._channel.factory
@factory.setter
def factory(self, value):
+ """
+ @see: L{HTTPChannel.factory}
+ """
self._channel.factory = value