Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/jedi/inference/parser_cache.py: 60%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

5 statements  

1from jedi.inference.cache import inference_state_function_cache 

2 

3 

4@inference_state_function_cache() 

5def get_yield_exprs(inference_state, funcdef): 

6 return list(funcdef.iter_yield_exprs())