mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Fix an AttributeError
This commit is contained in:
@@ -181,7 +181,7 @@ class ComprehensionMixin(object):
|
|||||||
yield LazyKnownContexts(set_)
|
yield LazyKnownContexts(set_)
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
return "<%s of %s>" % (type(self).__name__, self._atom)
|
return "<%s of %s>" % (type(self).__name__, self._comp_for_node)
|
||||||
|
|
||||||
|
|
||||||
class _DictMixin(object):
|
class _DictMixin(object):
|
||||||
|
|||||||
Reference in New Issue
Block a user