##// END OF EJS Templates
use LIst upper case for type
Matthias Bussonnier -
Show More
@@ -1442,7 +1442,7 b' class IPCompleter(Completer):'
1442 1442 else:
1443 1443 return []
1444 1444
1445 def python_matches(self, text:str)->list[str]:
1445 def python_matches(self, text:str)->List[str]:
1446 1446 """Match attributes or global python names"""
1447 1447 if "." in text:
1448 1448 try:
General Comments 0
You need to be logged in to leave comments. Login now