On Sun, Jan 15, 2012 at 6:23 AM, Rick Johnson
<rantingrickjohn...@gmail.com> wrote:
> Observe:
>  def $method(self):pass
>  self.@instanceveriable
>  self.@@classvariable

Are you deliberately inverting what PHP does, with $variablename?
(Incidentally, that's one of the things that irks me about PHP -
adorned variable names.)

In any case: Python does not distinguish between functions and other
sorts of objects. It makes no sense to adorn things in this way.

ChrisA
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to