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

Method check_unused_args

Lib/string/__init__.py:271–272  ·  view source on GitHub ↗
(self, used_args, args, kwargs)

Source from the content-addressed store, hash-verified

269 return kwargs[key]
270
271 def check_unused_args(self, used_args, args, kwargs):
272 pass
273
274 def format_field(self, value, format_spec):
275 return format(value, format_spec)

Callers 1

vformatMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected