MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / reduce

Method reduce

example_code/item_052.py:76–77  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

74 raise NotImplementedError
75
76 def reduce(self, other):
77 raise NotImplementedError
78
79
80print("Example 4")

Callers 2

item_039.pyFile · 0.45
executeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected