MCPcopy Index your code
hub / github.com/RustPython/RustPython / issym

Method issym

Lib/tarfile.py:1670–1672  ·  view source on GitHub ↗

Return True if it is a symbolic link.

(self)

Source from the content-addressed store, hash-verified

1668 return self.type == DIRTYPE
1669
1670 def issym(self):
1671 'Return True if it is a symbolic link.'
1672 return self.type == SYMTYPE
1673
1674 def islnk(self):
1675 '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