On Thu, Oct 23, 2008 at 2:34 AM, ed <[EMAIL PROTECTED]> wrote:
> I'm trying to make a shortcut by doing this:
>
> t = Globals.ThisClass.ThisMethod
>
> Calling t results in an unbound method error.
>
> Is it possible to do what I want?  I call this method in hundreds of
> locations and I'm trying to cut down on the visual clutter.

I can't help but think there is a better approach to
your problem. Why are you calling in hundreds of places ?
What is it and what does it do ?

cheers
James

-- 
--
-- "Problems are solved by method"
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to