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

Method _tracer

Python/Turtle.py:1904–1905  ·  view source on GitHub ↗

dummy method - to be overwritten by child class

(self, a=None, b=None)

Source from the content-addressed store, hash-verified

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):
1907 """dummy method - to be overwritten by child class"""
1908

Callers 1

circleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected