Home
last modified time | relevance | path

Searched defs:is_symlink (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/
Dpathlib.py1351 def is_symlink(self): member in Path
/third_party/python/Lib/test/
Dtest_os.py4130 def check_entry(self, entry, name, is_dir, is_file, is_symlink): argument
/third_party/python/Modules/
Dposixmodule.c13591 int is_symlink; in DirEntry_test_mode() local