We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba1cd6 commit b9d6e2dCopy full SHA for b9d6e2d
1 file changed
IPython/core/completer.py
@@ -1137,7 +1137,6 @@ def attr_matches(self, text):
1137
def _attr_matches(
1138
self, text: str, include_prefix: bool = True
1139
) -> tuple[Sequence[str], str]:
1140
- # Extract only the right-hand side part of the text after '='
1141
m2 = self._ATTR_MATCH_RE.match(text)
1142
if not m2:
1143
return [], ""
0 commit comments