Post #75 1.17K May 27, 2025, 09:22 UTC https://github.com/python/typeshed/issues/14168#typeshed #typing GitHub `tarfile.TarFile` has several missing overloads · Issue #14168 · python/typeshed Right now TarFile.__init__ is defined as: typeshed/stdlib/tarfile.pyi Lines 128 to 132 in c7e29ec def __init__( self, name: StrOrBytesPath | None = None, mode: Literal["r", "a",... 😨 1