Deferring a function call

Lawrence D'Oliveiro ldo at geek-central.gen.new_zealand
Tue Oct 19 01:49:26 EDT 2010


In message <2010101821214168010-tomfsessile at gmailcom>, TomF wrote:

> One way way to do this is to keep a list of entries of the form [[TIME,
> FN, ARGS]...] and at simulated time TIME do: 

fn(*args) or fn(**kwargs)



More information about the Python-list mailing list