"Talin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]

>     Compound names are a sequence of simple names seperated by

separated

>     The string and unicode classes will have a class method called
>     'cformat' that does all the actual work of formatting; The
>     format() method is just a wrapper that calls cformat.
>
>     The parameters to the cformat function are:
>
>         -- The format string (or unicode; the same function handles
>            both.)

A class method gets the class as its first argument.  If the format string 
in the first argument, then it is a normal instance method.

tjr



_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to