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

Method __init__

recipes/Python/361168_Vpython_example/recipe-361168.py:10–12  ·  view source on GitHub ↗

Pass the Stacks instance

(self, stacks)

Source from the content-addressed store, hash-verified

8 """Represents the robot arm"""
9
10 def __init__(self, stacks):
11 """Pass the Stacks instance"""
12 self.stacks = stacks
13
14 def _getBlocks(self, a, b):
15 """Pass two zero based numbers and get two

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected