def my_very_very_very_very_very_long_function_name( self, param1, param2, ): do_it() # function body here.
func some_name( arg: Type, arg2: Type ) -> RetVal { … }