You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file argument to format_call_graph() gets forwarded to print(file), which is annotated as _typeshed.SupportsWrite[str] in typeshed. SupportsWrite is typeshed's legacy variant of io.Writer.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere