Searched refs:sameopenfile (Results 1 – 4 of 4) sorted by relevance
266 def sameopenfile(a, b): function
163 def sameopenfile(fp1, fp2): function
265 .. function:: sameopenfile(fp1, fp2)277 underlying comparison used by :func:`samefile` and :func:`sameopenfile`.
248 - Bug #1002398: The documentation for os.path.sameopenfile now correctly11769 - Removed samefile(), sameopenfile(), samestat() from os.path (aka