MCPcopy Index your code
hub / github.com/RustPython/RustPython / map

Method map

Lib/test/support/_hypothesis_stubs/strategies.py:11–12  ·  view source on GitHub ↗
(self, pack)

Source from the content-addressed store, hash-verified

9 return f"{self!r}.{transformation_name}({func_name})"
10
11 def map(self, pack):
12 return self._with_repr(self.__make_trailing_repr("map", pack))
13
14 def flatmap(self, expand):
15 return self._with_repr(self.__make_trailing_repr("flatmap", expand))

Calls 2

__make_trailing_reprMethod · 0.95
_with_reprMethod · 0.80