Searched refs:other_path (Results 1 – 3 of 3) sorted by relevance
1066 def samefile(self, other_path): argument1072 other_st = other_path.stat()1074 other_st = os.stat(other_path)
989 .. method:: Path.samefile(other_path)991 Return whether this path points to the same file as *other_path*, which
85 model.other_path = [layer_one, layer_two]