Beispiel #1
0
 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
Beispiel #2
0
 def visit_any(self, t: AnyType) -> Type:
     return t.copy_modified(type_of_any=TypeOfAny.suggestion_engine)