예제 #1
0
파일: suggestions.py 프로젝트: Zac-HD/mypy
 def visit_any(self, t: AnyType) -> Type:
     if not t.missing_import_name:
         return t.copy_modified(type_of_any=TypeOfAny.suggestion_engine)
     else:
         return t
예제 #2
0
 def visit_any(self, t: AnyType) -> Type:
     return t.copy_modified(type_of_any=TypeOfAny.suggestion_engine)