HomeSort by relevance Sort by last modified time
    Searched refs:supports_fd (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Lib/
os.py 140 supports_fd = _set variable
419 if {open, stat} <= supports_dir_fd and {listdir, stat} <= supports_fd:
    [all...]
  /external/python/cpython3/Lib/test/
test_posix.py 164 @unittest.skipUnless(getattr(os, 'execve', None) in os.supports_fd, "test needs execve() to support the fd parameter")
248 @unittest.skipUnless(os.utime in os.supports_fd, "test needs fd support in os.utime")
596 @unittest.skipUnless(posix.listdir in os.supports_fd,
    [all...]
test_shutil.py 592 os.listdir in os.supports_fd and
    [all...]
test_os.py 585 @unittest.skipUnless(os.utime in os.supports_fd,
    [all...]

Completed in 118 milliseconds