mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
Use isReferenceTo(keywordContainer) instead of name matching (PY-26285)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
def outer(bar=None, **kwargs):
|
||||
def nested(**kwargs):
|
||||
print(kwargs['foo'])
|
||||
return bar
|
||||
Reference in New Issue
Block a user