Searched defs:_make_global_funcs (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py3854 def _make_global_funcs(functions, cls, obj, init, docrevise): function
3866 _make_global_funcs(_tg_screen_functions, _Screen,
3868 _make_global_funcs(_tg_turtle_functions, Turtle,
/external/python/cpython3/Lib/
H A Dturtle.py3958 def _make_global_funcs(functions, cls, obj, init, docrevise): function
3970 _make_global_funcs(_tg_screen_functions, _Screen,
3972 _make_global_funcs(_tg_turtle_functions, Turtle,

Completed in 196 milliseconds