Example #1
0
def _Event(when=0, what="foo", args=(), kw={}):
    return _eventloop._Event(when, what, args, kw)
Example #2
0
def _Event(when=0, what="foo", args=(), kw={}):
    return _eventloop._Event(when, what, args, kw)