MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / increment

Function increment

tests/python/test_arrays.py:1044–1045  ·  view source on GitHub ↗
(self, element, index, array)

Source from the content-addressed store, hash-verified

1042 items = ['Four', 'Three', 'One']
1043
1044 def increment(self, element, index, array):
1045 self.count += 1
1046
1047 try:
1048 pm.eval("""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected