MCPcopy 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_keyMethod · 0.45
test_get_missing_keyMethod · 0.45
test_get_keyMethod · 0.45
test_get_missing_keyMethod · 0.45
fooMethod · 0.45
from_moduleMethod · 0.45
_from_subinterpMethod · 0.45
test_failing_reloadMethod · 0.45

Calls 1

superClass · 0.85

Tested by

no test coverage detected