mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-25 09:07:14 +08:00
Fix lambda_nocond.
This commit is contained in:
@@ -103,6 +103,7 @@ class Parser(object):
|
||||
'comp_for': pt.CompFor,
|
||||
'decorator': pt.Decorator,
|
||||
'lambdef': pt.Lambda,
|
||||
'lambdef_nocond': pt.Lambda,
|
||||
}
|
||||
|
||||
self.global_names = []
|
||||
|
||||
Reference in New Issue
Block a user