[Python-ideas] Proposal for special name and qualname symbols

Ethan Furman ethan at stoneleaf.us
Wed Jun 8 12:45:06 EDT 2016


On 06/08/2016 09:09 AM, Steven D'Aprano wrote:

> @ for the unqualified bare name;
> @@ for the qualified name.
>
> The namedtuple example would become:
>
> Record = namedtuple(@, fields)

-1

I suppose I could be convinced that this is a good idea, but I don't see 
it happening.

--
~Ethan~


More information about the Python-ideas mailing list