Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-riscos/
Driscospath.py266 def sameopenfile(a, b): function
/external/python/cpython2/Lib/
Dposixpath.py163 def sameopenfile(fp1, fp2): function
/external/python/cpython2/Doc/library/
Dos.path.rst265 .. function:: sameopenfile(fp1, fp2)
277 underlying comparison used by :func:`samefile` and :func:`sameopenfile`.
/external/python/cpython2/Misc/
DHISTORY248 - Bug #1002398: The documentation for os.path.sameopenfile now correctly
11769 - Removed samefile(), sameopenfile(), samestat() from os.path (aka