mirror of
https://github.com/davidhalter/jedi.git
synced 2026-08-13 23:51:01 +08:00
Get lambdas mostly working.
This commit is contained in:
@@ -102,6 +102,7 @@ class Parser(object):
|
||||
'try_stmt': pt.TryStmt,
|
||||
'comp_for': pt.CompFor,
|
||||
'decorator': pt.Decorator,
|
||||
'lambdef': pt.Lambda,
|
||||
}
|
||||
|
||||
self.global_names = []
|
||||
|
||||
Reference in New Issue
Block a user