Searched defs:widgetinst (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/idlelib/ |
D | MultiCall.py | 69 def __init__(self, type, widget, widgetinst): argument 180 def __init__(self, type, widget, widgetinst): argument
|
/external/python/cpython3/Lib/idlelib/ |
D | multicall.py | 74 def __init__(self, type, widget, widgetinst): argument 190 def __init__(self, type, widget, widgetinst): argument
|