MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __methods

Function __methods

tools/python-3.11.9-amd64/Lib/turtle.py:300–304  ·  view source on GitHub ↗

helper function for Scrolled Canvas

(cls)

Source from the content-addressed store, hash-verified

298 _dict[key] = value
299
300def __methods(cls):
301 """helper function for Scrolled Canvas"""
302 _dict = {}
303 __methodDict(cls, _dict)
304 return _dict.keys()
305
306__stringBody = (
307 'def %(method)s(self, *args, **kw): return ' +

Callers 1

__forwardmethodsFunction · 0.85

Calls 2

__methodDictFunction · 0.85
keysMethod · 0.45

Tested by

no test coverage detected