Searched refs:_tg_turtle_functions (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py126 _tg_turtle_functions = ['back', 'backward', 'begin_fill', 'begin_poly', 'bk', variable
144 __all__ = (_tg_classes + _tg_screen_functions + _tg_turtle_functions +
3728 for methodname in _tg_turtle_functions:
3868 _make_global_funcs(_tg_turtle_functions, Turtle,
/external/python/cpython3/Lib/
H A Dturtle.py127 _tg_turtle_functions = ['back', 'backward', 'begin_fill', 'begin_poly', 'bk', variable
142 __all__ = (_tg_classes + _tg_screen_functions + _tg_turtle_functions +
3837 for methodname in _tg_turtle_functions:
3972 _make_global_funcs(_tg_turtle_functions, Turtle,

Completed in 144 milliseconds