MCPcopy Create free account
hub / github.com/F-Stack/f-stack / _check_tarball_path

Method _check_tarball_path

dpdk/dts/framework/utils.py:185–188  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

183 os.makedirs(self._tarball_dir, exist_ok=True)
184
185 def _check_tarball_path(self) -> Path | None:
186 if self._tarball_name in os.listdir(self._tarball_dir):
187 return Path(self._tarball_dir, self._tarball_name)
188 return None
189
190 def _create_tarball(self) -> None:
191 self._tarball_path = Path(self._tarball_dir, self._tarball_name)

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected