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
A word-boundary search across Lib, Modules, Python, Objects, and Include finds no reference outside its own definition, and a GitHub code search finds no downstream importer.
shutil._ensure_directory(path)has no caller and can be removed.shutil.unpack_archive()to create the parent directory of each extracted member._unpack_zipfile()to create directories inline and deleted the last_ensure_directory(targetpath)call.A word-boundary search across
Lib,Modules,Python,Objects, andIncludefinds no reference outside its own definition, and a GitHub code search finds no downstream importer.