typeshed icon indicating copy to clipboard operation
typeshed copied to clipboard

start fixing issue 14168 with TarFile

Open alexeev-prog opened this issue 6 months ago • 19 comments

This PR fix issue 14168 with stdlib/TarFile (name=None, fileobj=None case). This pr add overriding typing for __init__, and other methods (open and etc).

alexeev-prog avatar May 27 '25 10:05 alexeev-prog