mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-07 02:01:52 +08:00
Fix pep0484 comments
This commit is contained in:
@@ -133,8 +133,8 @@ class NameFinder(object):
|
||||
continue
|
||||
break
|
||||
|
||||
debug.dbg('finder.filter_name "%s" in (%s): %s@%s', self._string_name,
|
||||
self._context, names, self._position)
|
||||
debug.dbg('finder.filter_name %s in (%s): %s@%s',
|
||||
repr(self._string_name), self._context, names, self._position)
|
||||
return list(names)
|
||||
|
||||
def _check_getattr(self, inst):
|
||||
|
||||
Reference in New Issue
Block a user