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

Method get

recipes/Python/578366_The_Normal_Cow/recipe-578366.py:19–20  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

17 self.pos = 0
18
19 def get(self):
20 return self.cod[self.pos]
21
22 def inc(self):
23 self.pos += 1

Callers 2

engineFunction · 0.95
runFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected