Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ C
Class
C
Lib/test/test_patma.py:2662–2665 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2660
2661
def
test_patma_248(self):
2662
class
C(dict):
2663
@staticmethod
2664
def
get(key, default=None):
2665
return
'bar'
2666
2667
x = C({
'foo'
:
'bar'
})
2668
match x:
Callers
2
test_patma_248
Method · 0.70
test_patma_249
Method · 0.70
Calls
no outgoing calls
Tested by
2
test_patma_248
Method · 0.56
test_patma_249
Method · 0.56