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
Uh oh!
There was an error while loading. Please reload this page.
Feature or enhancement
Proposal:
The
file
argument toformat_call_graph()
gets forwarded toprint(file)
, which is annotated as_typeshed.SupportsWrite[str]
in typeshed.SupportsWrite
is typeshed's legacy variant ofio.Writer
.Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
The text was updated successfully, but these errors were encountered: