Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ set
Method
set
Lib/test/test_keywordonlyarg.py:31–33 ·
view source on GitHub ↗
(self, p1, *, k1, k2)
Source
from the content-addressed store, hash-verified
29
self.k1 = k1
30
self.k2 = k2
31
def
set(self, p1, *, k1, k2):
32
self.k1 = k1
33
self.k2 = k2
34
def
sum(self):
35
return
self.k1 + self.k2
36
Callers
15
test_security
Method · 0.45
test_security_only_once
Method · 0.45
run
Method · 0.45
_write_msg_thread
Method · 0.45
setUp
Method · 0.45
g456
Method · 0.45
run
Method · 0.45
run
Method · 0.45
listener
Method · 0.45
serve
Method · 0.45
background
Method · 0.45
call_after_accept
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected