MCPcopy Create free account
hub / github.com/ActiveState/code / test1

Function test1

recipes/Python/361168_Vpython_example/recipe-361168.py:249–260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

247 func(a,b)
248
249def test1():
250 s = RealStacks(10)
251 a = Arm(s)
252 a.moveOnto(9, 1)
253 a.moveOver(8, 1)
254 a.moveOver(7, 1)
255 a.moveOver(6, 1)
256 a.pileOver(8, 6)
257 a.pileOver(8, 5)
258 a.moveOver(2, 1)
259 a.moveOver(4, 9)
260 a.quit()
261
262def test2():
263 from StringIO import StringIO

Callers

nothing calls this directly

Calls 5

moveOntoMethod · 0.95
moveOverMethod · 0.95
pileOverMethod · 0.95
quitMethod · 0.95
ArmClass · 0.85

Tested by

no test coverage detected