Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ get_value
Method
get_value
tools/python-3.11.9-amd64/Lib/string.py:252–256 ·
view source on GitHub ↗
(self, key, args, kwargs)
Source
from the content-addressed store, hash-verified
250
251
252
def
get_value(self, key, args, kwargs):
253
if
isinstance(key, int):
254
return
args[key]
255
else
:
256
return
kwargs[key]
257
258
259
def
check_unused_args(self, used_args, args, kwargs):
Callers
1
get_field
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected