Hi all,

 I'm wondering about the use of partial in writing parallel code. Is is it
quicker than re-evaluating arguments for a multiple session.get()'s method
with different , for example (of requests) ?

 Or maybe it is used to make sure the arguments differ per each invocation
? (the parallel invocation is supposedly using tasks / co-routine support
in Python 3.

 I can't publish the code I spotted that in.

 What are ups and downs of using them when are they in context?

-Sivan
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to