Re: [Python-Fr] "keyword arguments" en français

Matthieu Brucher matthieu.brucher at gmail.com
Sat Apr 5 13:42:33 EDT 2008


J'appelle ça les arguments nommés (parfois en anglais on parle de named
argument). Je pense que tu parles des arguments donnés dans les **kwargs,
c'est ça ?
On parle aussi d'arguments formels, par opposition aux arguments
positionnels lors d'un appel directement à une fonction :
pour machin(0, x=1), le premier est un argument positionnel, le second est
un argument formel.

Matthieu

2008/4/5, Gael Varoquaux <gael.varoquaux at normalesup.org>:
>
> Je voudrais savoir s'il y a un moyen canonique d'appeller les "keyword
> arguments" en français.
>
> Merci,
>
> Gaël
>
>
> --
> Gerez vos abonnements aux listes de diffusion : http://listes.aful.org
>



-- 
French PhD student
Website : http://matthieu-brucher.developpez.com/
Blogs : http://matt.eifelle.com and http://blog.developpez.com/?blog=92
LinkedIn : http://www.linkedin.com/in/matthieubrucher
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080405/ab7412c3/attachment.html>


More information about the Python-list mailing list