MCPcopy
hub / github.com/DetachHead/basedpyright / map

Class map

packages/pyright-internal/src/tests/samples/solver44.py:7–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6
7class map[S]:
8 def __new__[T](cls, func: Callable[[T], S], iter1: Iterable[T]) -> Self: ...
9
10
11def func(a: list[int | None]):

Callers 10

funcFunction · 0.70
callable5.pyFile · 0.70
__init__Method · 0.70
__init__Method · 0.70
func12Function · 0.70
func1Function · 0.70
paramSpec40.pyFile · 0.70
assignment3.pyFile · 0.70
generics.pyFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected