mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 23:34:45 +08:00
Some repr went crazy
This commit is contained in:
@@ -134,7 +134,7 @@ class NameFinder(object):
|
|||||||
break
|
break
|
||||||
|
|
||||||
debug.dbg('finder.filter_name %s in (%s): %s@%s',
|
debug.dbg('finder.filter_name %s in (%s): %s@%s',
|
||||||
repr(self._string_name), self._context, names, self._position)
|
self._string_name, self._context, names, self._position)
|
||||||
return list(names)
|
return list(names)
|
||||||
|
|
||||||
def _check_getattr(self, inst):
|
def _check_getattr(self, inst):
|
||||||
|
|||||||
Reference in New Issue
Block a user