> [EMAIL PROTECTED] (CM) wrote:
>CM> On Sep 20, 1:21 pm, "Tor Erik Sønvisen" <[EMAIL PROTECTED]> wrote:
>>> Hi,
>>>
>>> Does anyone know how to interrupt the lookup of an integer value? I
>>> know I need to subclass int, since builtin types can't be altered
>>> directly...
>>>
>>> Below is h
Tor Erik Sønvisen wrote:
> Does anyone know how to interrupt the lookup of an integer value? I
> know I need to subclass int, since builtin types can't be altered
> directly...
>
> Below is how far I've come... What I want is to tap into the access of
> instance i's value 1...
>
class Int(i
Tor Erik Sønvisen wrote:
> Hi,
>
> Does anyone know how to interrupt the lookup of an integer value? I
> know I need to subclass int, since builtin types can't be altered
> directly...
>
> Below is how far I've come... What I want is to tap into the access of
> instance i's value 1...
>
cla
"Tor Erik Sønvisen" <[EMAIL PROTECTED]> writes:
> Does anyone know how to interrupt the lookup of an integer value?
AFAIK, int values *aren't* "looked up", in my understanding of that
term.
Can you explain what events you want to intercept?
> Below is how far I've come... What I want is to tap
On 9/20/07, Tor Erik Sønvisen <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Does anyone know how to interrupt the lookup of an integer value? I
> know I need to subclass int, since builtin types can't be altered
> directly...
>
> Below is how far I've come... What I want is to tap into the access of
> insta
On Sep 20, 1:21 pm, "Tor Erik Sønvisen" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Does anyone know how to interrupt the lookup of an integer value? I
> know I need to subclass int, since builtin types can't be altered
> directly...
>
> Below is how far I've come... What I want is to tap into the access
Hi,
Does anyone know how to interrupt the lookup of an integer value? I
know I need to subclass int, since builtin types can't be altered
directly...
Below is how far I've come... What I want is to tap into the access of
instance i's value 1...
>>> class Int(int):
def __init__(self, *a,