Re: Proper place for everything

2012-11-04 Thread Jeff Jeffries
elements as... -- http://mail.python.org/mailman/listinfo/python-list -- Cheers, Jeff Jeffries III CEO: www.willyoubemyfriend.com -- http://mail.python.org/mailman/listinfo/python-list

Recommended way to unpack keyword arguments using **kwargs ?

2012-10-26 Thread Jeff Jeffries
keyword arguments (or default) when using ** notation? -- Cheerios, Jeff Jeffries III CFO: www.touchmycake.com http://www.willyoubemyfriend.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Inheritance Question

2012-10-18 Thread Jeff Jeffries
On Thu, Oct 18, 2012 at 10:51 AM, Dave Angel d...@davea.name wrote: On 10/18/2012 10:10 AM, Jeff Jeffries wrote: Hello everybody When I set AttributeChanges in my example, it sets the same value for all other subclasses. Can someone help me with what the name of this behavior