Searched refs:_make_global_funcs (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/lib-tk/ |
D | turtle.py | 3854 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/ |
D | turtle.py | 3958 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,
|