Hey, thanks for the reply. It seems like there's the possibility of more beneficial assignments...but first trying to understand if there's a specific reason for the child.server assignment.
On Thu, Jun 16, 2016 at 5:11 AM, Cory Benfield <[email protected]> wrote: > > > On 16 Jun 2016, at 05:16, Kevin Mcintyre <[email protected]> wrote: > > > > > > what is child.server = self.server in Resource.putChild? > > > > shouldn't it be child.server = self? > > I don’t think so. The reference to the server is presumably intended to > refer to the Site object that is hosting the Resource. With that said, I > can’t actually *find* anywhere that sets the server on a Resource, so it’s > possible that the whole thing is vestigial. > > Cory > > _______________________________________________ > Twisted-Python mailing list > [email protected] > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > >
_______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
