absolute namespace for callbacks?

Grant Edwards grante at visi.com
Tue Mar 6 11:53:45 EST 2001


In article <3AA51144.3DD3FC3F at troikanetworks.com>, Bruce Edge wrote:

>My callback func is defined in one module, and the callback is executed
>from another module which does not know in advance what module the
>callback func resides in. So, by default, the caller cannot find the
>callback func in it's own namespace.
>The callback registration procedure needs to specify the namespace where
>the callback func exists.
>
>OTOH, maybe I'm missing something here :-)

You want to register a callback function, but you want to do it
in a module that doesn't know what callback function you want
registered?

-- 
Grant Edwards                   grante             Yow!  When you get your
                                  at               PH.D. will you get able to
                               visi.com            work at BURGER KING?



More information about the Python-list mailing list