Searched refs:_tg_screen_functions (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/ |
D | turtle.py | 120 _tg_screen_functions = ['addshape', 'bgcolor', 'bgpic', 'bye', variable 142 __all__ = (_tg_classes + _tg_screen_functions + _tg_turtle_functions + 3834 for methodname in _tg_screen_functions: 3970 _make_global_funcs(_tg_screen_functions, _Screen,
|
/external/python/cpython2/Lib/lib-tk/ |
D | turtle.py | 120 _tg_screen_functions = ['addshape', 'bgcolor', 'bgpic', 'bye', variable 144 __all__ = (_tg_classes + _tg_screen_functions + _tg_turtle_functions + 3725 for methodname in _tg_screen_functions: 3866 _make_global_funcs(_tg_screen_functions, _Screen,
|