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

Method format

Lib/collections/__init__.py:1532–1533  ·  view source on GitHub ↗
(self, /, *args, **kwds)

Source from the content-addressed store, hash-verified

1530 return self.data.find(sub, start, end)
1531
1532 def format(self, /, *args, **kwds):
1533 return self.data.format(*args, **kwds)
1534
1535 def format_map(self, mapping):
1536 return self.data.format_map(mapping)

Callers 5

__str__Method · 0.45
set_resultMethod · 0.45
set_exceptionMethod · 0.45
seekMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected