Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ get
Method
get
Lib/test/test_inspect/test_inspect.py:2675–2677 ·
view source on GitHub ↗
(self, key, default=None)
Source
from the content-addressed store, hash-verified
2673
2674
class
Custom(dict):
2675
def
get(self, key, default=None):
2676
test.called = True
2677
super().get(key, default)
2678
2679
class
Foo(object):
2680
a = 3
Callers
15
test_get_key
Method · 0.45
test_get_missing_key
Method · 0.45
foo
Method · 0.45
_test_module_has_signatures
Method · 0.45
from_module
Method · 0.45
_from_subinterp
Method · 0.45
test_failing_reload
Method · 0.45
test_from_modexport_gil_used
Method · 0.45
test_from_modexport_create_nonmodule_gil_used
Method · 0.45
get_global
Method · 0.45
test_create_destroy
Method · 0.45
test_shareable
Method · 0.45
Calls
1
super
Class · 0.85
Tested by
no test coverage detected