Python posixpath 模块,islink() 实例源码
我们从Python开源项目中,提取了以下8个代码示例,用于说明如何使用posixpath.islink()。
def test_islink(self):
self.assertIs(posixpath.islink(support.TESTFN + "1"), False)
self.assertIs(posixpath.lexists(support.TESTFN + "2"), False)
f = open(support.TESTFN + "1", "wb")
try:
f.write(b"foo")
f.close()
self.assertIs(posixpath.islink(support.TESTFN + "1"), False)
if support.can_symlink():
os.symlink(support.TESTFN + "1", support.TESTFN + "2")
self.assertIs(posixpath.islink(support.TESTFN + "2"), True)
os.remove(support.TESTFN + "1")
self.assertIs(posixpath.islink(support.TESTFN + "2"), True)
self.assertIs(posixpath.exists(support.TESTFN + "2"), False)
self.assertIs(posixpath.lexists(support.TESTFN + "2"), True)
finally:
if not f.close():
f.close()
def test_islink(self):
self.assertIs(posixpath.islink(test_support.TESTFN + "1"), False)
f = open(test_support.TESTFN + "1", "wb")
try:
f.write("foo")
f.close()
self.assertIs(posixpath.islink(test_support.TESTFN + "1"), False)
if hasattr(os, 'symlink'):
os.symlink(test_support.TESTFN + "1", test_support.TESTFN + "2")
self.assertIs(posixpath.islink(test_support.TESTFN + "2"), True)
os.remove(test_support.TESTFN + "1")
self.assertIs(posixpath.islink(test_support.TESTFN + "2"), True)
self.assertIs(posixpath.exists(test_support.TESTFN + "2"), False)
self.assertIs(posixpath.lexists(test_support.TESTFN + "2"), True)
finally:
if not f.close():
f.close()
def test_islink(self):
self.assertIs(posixpath.islink(test_support.TESTFN + "1"), True)
finally:
if not f.close():
f.close()
def test_islink(self):
self.assertIs(posixpath.islink(support.TESTFN + "1"), True)
finally:
if not f.close():
f.close()
def test_islink(self):
self.assertIs(posixpath.islink(test_support.TESTFN + "1"), "symlink"):
os.symlink(test_support.TESTFN + "1", True)
finally:
if not f.close():
f.close()
def test_islink(self):
self.assertIs(posixpath.islink(support.TESTFN + "1"), True)
finally:
if not f.close():
f.close()
def test_islink(self):
self.assertIs(posixpath.islink(test_support.TESTFN + "1"), True)
finally:
if not f.close():
f.close()
def test_islink(self):
self.assertIs(posixpath.islink(support.TESTFN + "1"), True)
finally:
if not f.close():
f.close()
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。