MCPcopy Index your code
hub / github.com/python/cpython / format_map

Method format_map

Lib/collections/__init__.py:1535–1536  ·  view source on GitHub ↗
(self, mapping)

Source from the content-addressed store, hash-verified

1533 return self.data.format(*args, **kwds)
1534
1535 def format_map(self, mapping):
1536 return self.data.format_map(mapping)
1537
1538 def index(self, sub, start=0, end=_sys.maxsize):
1539 if isinstance(sub, UserString):

Callers 13

annotate_diffFunction · 0.80
fail_if_regressionFunction · 0.80
configure_wasi_pythonFunction · 0.80
test_reprMethod · 0.80
test_format_mapMethod · 0.80
do_test_match_getitemMethod · 0.80
get_props_layoutFunction · 0.80
get_nuspec_layoutFunction · 0.80
__post_init__Method · 0.80
render_functionMethod · 0.80

Calls

no outgoing calls

Tested by 4

test_reprMethod · 0.64
test_format_mapMethod · 0.64
do_test_match_getitemMethod · 0.64