Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dpathlib.py1066 def samefile(self, other_path): argument
1072 other_st = other_path.stat()
1074 other_st = os.stat(other_path)
/external/python/cpython3/Doc/library/
Dpathlib.rst989 .. method:: Path.samefile(other_path)
991 Return whether this path points to the same file as *other_path*, which
/external/tensorflow/tensorflow/python/training/tracking/
Dutil_test.py85 model.other_path = [layer_one, layer_two]