Tipo de engate com o valor padrão python

def func(string:str = "string") -> str:
  pass
Splendid Seahorse