Files
nand2tetris/asm/venv/lib/python3.11/site-packages/jedi/inference/parser_cache.py
Sven Riwoldt c7bc862c6f asm
2024-04-01 20:30:24 +02:00

7 lines
191 B
Python

from jedi.inference.cache import inference_state_function_cache
@inference_state_function_cache()
def get_yield_exprs(inference_state, funcdef):
return list(funcdef.iter_yield_exprs())