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

Method speed

Python/Turtle.py:1902–1903  ·  view source on GitHub ↗

dummy method - to be overwritten by child class

(self, s=0)

Source from the content-addressed store, hash-verified

1900## three dummy methods to be implemented by child class:
1901
1902 def speed(self, s=0):
1903 """dummy method - to be overwritten by child class"""
1904 def _tracer(self, a=None, b=None):
1905 """dummy method - to be overwritten by child class"""
1906 def _delay(self, n=None):

Callers 1

circleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected