Searched refs:my_mkdir (Results 1 – 1 of 1) sorted by relevance
1812 def my_mkdir(path, mode=0o777): function1828 with mock.patch("pathlib._normal_accessor.mkdir", my_mkdir):