Show More
@@ -1442,7 +1442,7 b' class IPCompleter(Completer):' | |||||
1442 | else: |
|
1442 | else: | |
1443 | return [] |
|
1443 | return [] | |
1444 |
|
1444 | |||
1445 |
def python_matches(self, text:str)-> |
|
1445 | def python_matches(self, text:str)->List[str]: | |
1446 | """Match attributes or global python names""" |
|
1446 | """Match attributes or global python names""" | |
1447 | if "." in text: |
|
1447 | if "." in text: | |
1448 | try: |
|
1448 | try: |
General Comments 0
You need to be logged in to leave comments.
Login now