__func__
MethodType
FunctionType
Callable
Let property `__func__` of class `MethodType` return `Callable[..., Any]` instead of `_StaticFunctionType` and remove the latter. Co-authored-by: Tyralla <tyralla@bce01.de>