Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ map0
Function
map0
library/python/func/__init__.py:8–9 ·
view source on GitHub ↗
(func, value)
Source
from the content-addressed store, hash-verified
6
7
8
def
map0(func, value):
9
return
func(value)
if
value is not None
else
value
10
11
12
def
single(x):
Callers
nothing calls this directly
Calls
1
func
Function · 0.85
Tested by
no test coverage detected