MCPcopy Index your code
hub / github.com/python/cpython / __methods

Function __methods

Lib/turtle.py:296–300  ·  view source on GitHub ↗

helper function for Scrolled Canvas

(cls)

Source from the content-addressed store, hash-verified

294 _dict[key] = value
295
296def __methods(cls):
297 """helper function for Scrolled Canvas"""
298 _dict = {}
299 __methodDict(cls, _dict)
300 return _dict.keys()
301
302__stringBody = (
303 '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

Used in the wild real call sites across dependent graphs

searching dependent graphs…