Re: [Twisted-Python] regarding classes and functions in twisted.python.reflect

2011-12-29 Thread Glyph
On Dec 29, 2011, at 10:52 AM, L. Daniel Burr wrote: > Hi moijes12, > > > On Thu, 29 Dec 2011 06:30:04 -0600, moses dsouza > wrote: > >> Hi >> >> I'm new to twisted. While was working on bug #5385 I noticed that classes >> AccessorType, PropertyAccessor, Accessor and Summer were rarely used

Re: [Twisted-Python] regarding classes and functions in twisted.python.reflect

2011-12-29 Thread L. Daniel Burr
Hi moijes12, On Thu, 29 Dec 2011 06:30:04 -0600, moses dsouza wrote: > Hi > > I'm new to twisted. While was working on bug #5385 I noticed that classes > AccessorType, PropertyAccessor, Accessor and Summer were rarely used > elsewhere in the code. Similaryly many functions exists which are un

[Twisted-Python] regarding classes and functions in twisted.python.reflect

2011-12-29 Thread moses dsouza
Hi I'm new to twisted. While was working on bug #5385 I noticed that classes AccessorType, PropertyAccessor, Accessor and Summer were rarely used elsewhere in the code. Similaryly many functions exists which are unused. Do we need these functions and classes? I do understand that the purpose t.pyt