MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / __methods

Function __methods

Python/Turtle.py:197–201  ·  view source on GitHub ↗

helper function for Scrolled Canvas

(cls)

Source from the content-addressed store, hash-verified

195 _dict[key] = value
196
197def __methods(cls):
198 """helper function for Scrolled Canvas"""
199 _dict = {}
200 __methodDict(cls, _dict)
201 return _dict.keys()
202
203__stringBody = (
204 'def %(method)s(self, *args, **kw): return ' +

Callers 1

__forwardmethodsFunction · 0.85

Calls 1

__methodDictFunction · 0.85

Tested by

no test coverage detected