消息 [83093]
> You'd also have to pass the tasks list to the scheduler() call and the
> call_later() constructor. Defaulting to a global is fine.
Unless I change the current API I can't add a new optional arguments to
call_later constructor because it already uses *args **kwargs:
def __init__(self, seconds, target, *args, **kwargs): |
|
| 日期 |
用户 |
动作 |
参数 |
| 2009-03-03 20:10:25 | giampaolo.rodola | 修改 | recipients:
+ giampaolo.rodola, gvanrossum, akuchling, facundobatista, jafo, josiahcarlson, forest, djarb, markb |
| 2009-03-03 20:10:25 | giampaolo.rodola | 修改 | messageid: <1236111025.22.0.272508182755.issue1641@psf.upfronthosting.co.za> |
| 2009-03-03 20:10:23 | giampaolo.rodola | 链接 | issue1641 messages |
| 2009-03-03 20:10:23 | giampaolo.rodola | 创建 | |
|