Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_io.py903 def check_path_succeeds(path): function
910 check_path_succeeds(FakePath(support.TESTFN))
911 check_path_succeeds(FakePath(support.TESTFN.encode('utf-8')))