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

Method map

example_code/item_052.py:73–74  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

71 self.result = None
72
73 def map(self):
74 raise NotImplementedError
75
76 def reduce(self, other):
77 raise NotImplementedError

Callers 2

mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected