Files
python-uncompyle6/test/simple_source/def/11_mkfunc_closure.py
2016-06-20 10:01:18 -04:00

7 lines
233 B
Python

# From python 3.4 window_events.py
# Problem was in handling MAKE_CLOSURE or
# getting the '*' parameter correct.
class _OverlappedFuture(futures.Future):
def __init__(self, ov, *, loop=None):
super().__init__(loop=loop)