Missing interfaces in Python...

Jonathan Daugherty cygnus at cprogrammer.org
Mon Apr 17 22:42:58 EDT 2006


# "parser"...?!  If you have an 'Object o', say one just received as an
# argument, and cast it to IBlahble, a la
# 
#     IBlahble blah = (IBlahble) o;
# 
# ...what can the parser ever say about it?

Maybe you didn't read the "I think" in my OP.  Anyway, you clearly
know more about (or have more recent experience with) Java than I do.

-- 
  Jonathan Daugherty
  http://www.parsed.org



More information about the Python-list mailing list