MCPcopy Index your code
hub / github.com/RustPython/RustPython / bar

Function bar

Lib/test/typinganndata/ann_module.py:48–49  ·  view source on GitHub ↗
(y: List[str])

Source from the content-addressed store, hash-verified

46
47def foo(x: int = 10):
48 def bar(y: List[str]):
49 x: str = 'yes'
50 bar()
51
52def dec(func):

Callers 11

fooFunction · 0.70
fooMethod · 0.50
test_func_5Method · 0.50
test_func_7Method · 0.50
test_func_8Method · 0.50
foo2Method · 0.50
test_eval_orderMethod · 0.50
fooMethod · 0.50
test_async_defMethod · 0.50
test_duck_genMethod · 0.50

Calls

no outgoing calls

Tested by 10

fooMethod · 0.40
test_func_5Method · 0.40
test_func_7Method · 0.40
test_func_8Method · 0.40
foo2Method · 0.40
test_eval_orderMethod · 0.40
fooMethod · 0.40
test_async_defMethod · 0.40
test_duck_genMethod · 0.40