init
This commit is contained in:
commit
38355d2442
9083 changed files with 1225834 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
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())
|
||||
Loading…
Add table
Add a link
Reference in a new issue