|
123456789101112131415161718192021222324252627282930313233343536373839 |
-
- <div class="comment" typeof="schema:UserComments">
- <p class="comment-meta">
- <span class="comment-author" property="schema:creator">tarek</span> le <span class="comment-date" property="schema:commentTime">05/03/2006</span> :
- </p>
- <div class="comment-content" property="schema:commentText">
- <p>Pour le PEP 328, l'import multiligne a déjà été implémenté dans Python 2.4</p>
- </div>
- </div>
- <div class="comment" typeof="schema:UserComments">
- <p class="comment-meta">
- <span class="comment-author" property="schema:creator">S.F.</span> le <span class="comment-date" property="schema:commentTime">12/03/2006</span> :
- </p>
- <div class="comment-content" property="schema:commentText">
- <p>Si j'ai bien compris, les fonctions partielles permettent de donner une valeur à un argument d'une fonction. Ainsi,<br />
- <br />
- g = functional.partial(f, arg1 = 1')<br />
- <br />
- serait équivalent à<br />
- <br />
- g = lambda x, y: f(1, x, y)</p>
- </div>
- </div>
- <div class="comment" typeof="schema:UserComments">
- <p class="comment-meta">
- <span class="comment-author" property="schema:creator">David, biologeek</span> le <span class="comment-date" property="schema:commentTime">19/03/2006</span> :
- </p>
- <div class="comment-content" property="schema:commentText">
- <p>Merci pour ces précisions nud, c'était donc bien pour remplacer lambda.</p>
- </div>
- </div>
- <div class="comment" typeof="schema:UserComments">
- <p class="comment-meta">
- <span class="comment-author" property="schema:creator">David</span> le <span class="comment-date" property="schema:commentTime">31/07/2006</span> :
- </p>
- <div class="comment-content" property="schema:commentText">
- <p>sympa le "with locked", j'en aurai besoin NOW !</p>
- </div>
- </div>
|