Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected