MCPcopy 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
8def map0(func, value):
9 return func(value) if value is not None else value
10
11
12def single(x):

Callers

nothing calls this directly

Calls 1

funcFunction · 0.85

Tested by

no test coverage detected