MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / format

Method format

tools/python-3.11.9-amd64/Lib/string.py:189–190  ·  view source on GitHub ↗
(self, format_string, /, *args, **kwargs)

Source from the content-addressed store, hash-verified

187
188class Formatter:
189 def format(self, format_string, /, *args, **kwargs):
190 return self.vformat(format_string, args, kwargs)
191
192 def vformat(self, format_string, args, kwargs):
193 used_args = set()

Callers 15

Time2InternaldateFunction · 0.45
__init__Method · 0.45
__repr__Method · 0.45
_find_implFunction · 0.45
_strptimeFunction · 0.45
create_archiveFunction · 0.45
mainFunction · 0.45
__repr__Method · 0.45
get_typeMethod · 0.45
__repr__Method · 0.45
_fspathFunction · 0.45
__repr__Method · 0.45

Calls 1

vformatMethod · 0.95

Tested by

no test coverage detected