Home
last modified time | relevance | path

Searched refs:my_mkdir (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_pathlib.py1812 def my_mkdir(path, mode=0o777): function
1828 with mock.patch("pathlib._normal_accessor.mkdir", my_mkdir):