mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-04-22 10:28:02 +00:00
7 lines
191 B
Python
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())
|