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

Function switchpen

Lib/turtle.py:4131–4135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4129
4130if __name__ == "__main__":
4131 def switchpen():
4132 if isdown():
4133 pu()
4134 else:
4135 pd()
4136
4137 def demo1():
4138 """Demo of old turtle.py - module"""

Callers 1

demo2Function · 0.85

Calls 1

puFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…