MCPcopy Index your code
hub / github.com/python/cpython / issym

Method issym

Lib/tarfile.py:1689–1691  ·  view source on GitHub ↗

Return True if it is a symbolic link.

(self)

Source from the content-addressed store, hash-verified

1687 return self.type == DIRTYPE
1688
1689 def issym(self):
1690 'Return True if it is a symbolic link.'
1691 return self.type == SYMTYPE
1692
1693 def islnk(self):
1694 'Return True if it is a hard link.'

Callers 8

_get_filtered_attrsFunction · 0.80
listMethod · 0.80
extractfileMethod · 0.80
_extract_memberMethod · 0.80
makelink_with_filterMethod · 0.80
chownMethod · 0.80
_find_link_targetMethod · 0.80
test_compare_membersMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_compare_membersMethod · 0.64