MCPcopy
hub / github.com/pytest-dev/pytest / _mkdir

Method _mkdir

src/_pytest/cacheprovider.py:159–161  ·  src/_pytest/cacheprovider.py::Cache._mkdir
(self, path: Path)

Source from the content-addressed store, hash-verified

157 )
158
159 def _mkdir(self, path: Path) -> None:
160 self._ensure_cache_dir_and_supporting_files()
161 path.mkdir(exist_ok=True, parents=True)
162
163 def mkdir(self, name: str) -> Path:
164 class="st">"""Return a directory path object with the given name.

Callers 2

mkdirMethod · 0.95
setMethod · 0.95

Calls 2

mkdirMethod · 0.45

Tested by

no test coverage detected