No-op in Completer, but can be used in subclasses to customise behaviour
(self, line: str)
| 1248 | return code |
| 1249 | |
| 1250 | def _extract_code(self, line: str): |
| 1251 | """No-op in Completer, but can be used in subclasses to customise behaviour""" |
| 1252 | return line |
| 1253 | |
| 1254 | def _attr_matches( |
| 1255 | self, |
no outgoing calls
no test coverage detected