with as J2 keyword (WAS: Re: J2 0-2-6 is available)

Paul Rubin http
Wed Aug 25 02:34:25 EDT 2004


Steven Bethard <steven.bethard at gmail.com> writes:
> @classmethod
> @funcattrs(author="François Pinard")
> def foo(cls):
>     pass

How about double colon instead of @?

    ::classmethod
    ::funcattrs(author="François Pinard")
    def foo(cls):
        pass



More information about the Python-list mailing list