Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ get
Method
get
Lib/test/test_inspect/test_inspect.py:2630–2632 ·
view source on GitHub ↗
(self, key, default=None)
Source
from the content-addressed store, hash-verified
2628
2629
class
Custom(dict):
2630
def
get(self, key, default=None):
2631
test.called = True
2632
super().get(key, default)
2633
2634
class
Foo(object):
2635
a = 3
Callers
9
test_get_key
Method · 0.45
test_get_missing_key
Method · 0.45
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
Calls
1
super
Class · 0.85
Tested by
no test coverage detected