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

Method speed

Lib/turtle.py:2071–2072  ·  view source on GitHub ↗

dummy method - to be overwritten by child class

(self, s=0)

Source from the content-addressed store, hash-verified

2069## three dummy methods to be implemented by child class:
2070
2071 def speed(self, s=0):
2072 """dummy method - to be overwritten by child class"""
2073 def _tracer(self, a=None, b=None):
2074 """dummy method - to be overwritten by child class"""
2075 def _delay(self, n=None):

Callers 1

circleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected