Searched refs:sdist_path (Results 1 – 2 of 2) sorted by relevance
65 def get_sdist_members(sdist_path): argument66 with tarfile.open(sdist_path, "r:gz") as tar:
356 sdist_path = build_backend.build_sdist("temp")359 with tarfile.open(os.path.join(tmpdir, "temp", sdist_path)) as tar:444 sdist_path = build_backend.build_sdist("temp")456 with tarfile.open(os.path.join(tmpdir, "temp", sdist_path)) as tar: