Home
last modified time | relevance | path

Searched refs:docrevise (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
Dturtle.py3854 def _make_global_funcs(functions, cls, obj, init, docrevise): argument
3864 globals()[methodname].__doc__ = docrevise(method.__doc__)
/external/python/cpython3/Lib/
Dturtle.py3958 def _make_global_funcs(functions, cls, obj, init, docrevise): argument
3968 globals()[methodname].__doc__ = docrevise(method.__doc__)