> Raymond,
> This functionality is exactly what I was looking for. Thanks! I'll
> be using this to solve my problem.
>
> Now that I'm on the right track, I'm still a bit confused about how
> __get__ and __set__ are useful. Admittedly, I don't need to
> understand them to solve this problem,
dippim wrote:
will say that as this particular requirement is imposed on this class
by the writer, shouldn't it be the writer's responsibility to enforce
it, especially, when the cost of enforcement is so low?
I would say that it is the writer's responsibility to set the
requirement and be cl
dippim wrote:
On Aug 14, 10:48 am, Dave Angel wrote:
dippim wrote:
On Aug 14, 2:34 am, Raymond Hettinger wrote:
[David]
I am new to Python and I have a question about descriptors. If I have
a class as written below, is there a way to use descriptors to be
certain that the datetime in
dippim wrote:
On Aug 14, 10:48 am, Dave Angel wrote:
dippim wrote:
On Aug 14, 2:34 am, Raymond Hettinger wrote:
[David]
I am new to Python and I have a question about descriptors. If I have
a class as written below, is there a way to use descriptors to be
certain th
On Aug 14, 10:48 am, Dave Angel wrote:
> dippim wrote:
> > On Aug 14, 2:34 am, Raymond Hettinger wrote:
>
> >> [David]
>
> >>> I am new to Python and I have a question about descriptors. If I have
> >>> a class as written below, is there a way to use descriptors to be
> >>> certain that the date
On Aug 14, 10:48 am, Dave Angel wrote:
> dippim wrote:
> > On Aug 14, 2:34 am, Raymond Hettinger wrote:
>
> >> [David]
>
> >>> I am new to Python and I have a question about descriptors. If I have
> >>> a class as written below, is there a way to use descriptors to be
> >>> certain that the date
dippim wrote:
On Aug 14, 2:34 am, Raymond Hettinger wrote:
[David]
I am new to Python and I have a question about descriptors. If I have
a class as written below, is there a way to use descriptors to be
certain that the datetime in start is always before the one in end?
clas
On Aug 14, 2:34 am, Raymond Hettinger wrote:
> [David]
>
>
>
> > I am new to Python and I have a question about descriptors. If I have
> > a class as written below, is there a way to use descriptors to be
> > certain that the datetime in start is always before the one in end?
>
> > class foo(obje
dippim schrieb:
On Aug 14, 5:45 am, Jean-Michel Pichavant
wrote:
Emile van Sebille wrote:
On 8/13/2009 3:17 PM dippim said...
I am new to Python and I have a question about descriptors. If I have
a class as written below, is there a way to use descriptors to be
certain that the datetime in s
On Aug 14, 5:45 am, Jean-Michel Pichavant
wrote:
> Emile van Sebille wrote:
> > On 8/13/2009 3:17 PM dippim said...
> >> I am new to Python and I have a question about descriptors. If I have
> >> a class as written below, is there a way to use descriptors to be
> >> certain that the datetime in s
Emile van Sebille wrote:
On 8/13/2009 3:17 PM dippim said...
I am new to Python and I have a question about descriptors. If I have
a class as written below, is there a way to use descriptors to be
certain that the datetime in start is always before the one in end?
class foo(object):
def __i
[David]
> I am new to Python and I have a question about descriptors. If I have
> a class as written below, is there a way to use descriptors to be
> certain that the datetime in start is always before the one in end?
>
> class foo(object):
> def __init__(self,a = None,b = None)
> self.st
On 8/13/2009 3:17 PM dippim said...
I am new to Python and I have a question about descriptors. If I have
a class as written below, is there a way to use descriptors to be
certain that the datetime in start is always before the one in end?
class foo(object):
def __init__(self,a = None,b = No
dippim wrote:
I am new to Python and I have a question about descriptors. If I have
a class as written below, is there a way to use descriptors to be
certain that the datetime in start is always before the one in end?
class foo(object):
def __init__(self,a = None,b = None)
self.start =
14 matches
Mail list logo