mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-01 12:46:51 +08:00
LazyContext.infer() should return a set.
This commit is contained in:
@@ -98,7 +98,7 @@ class AbstractLazyContext(object):
|
||||
class LazyKnownContext(AbstractLazyContext):
|
||||
"""data is a context."""
|
||||
def infer(self):
|
||||
yield self.data
|
||||
return set([self.data])
|
||||
|
||||
|
||||
class LazyKnownContexts(AbstractLazyContext):
|
||||
|
||||
Reference in New Issue
Block a user