Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ check_unused_args
Method
check_unused_args
Lib/string/__init__.py:275–276 ·
view source on GitHub ↗
(self, used_args, args, kwargs)
Source
from the content-addressed store, hash-verified
273
274
275
def
check_unused_args(self, used_args, args, kwargs):
276
pass
277
278
279
def
format_field(self, value, format_spec):
Callers
1
vformat
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected