MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / issym

Method issym

tools/python-3.11.9-amd64/Lib/tarfile.py:1588–1590  ·  view source on GitHub ↗

Return True if it is a symbolic link.

(self)

Source from the content-addressed store, hash-verified

1586 return self.type == DIRTYPE
1587
1588 def issym(self):
1589 'Return True if it is a symbolic link.'
1590 return self.type == SYMTYPE
1591
1592 def islnk(self):
1593 'Return True if it is a hard link.'

Callers 9

_get_filtered_attrsFunction · 0.80
listMethod · 0.80
extractfileMethod · 0.80
_extract_memberMethod · 0.80
makelinkMethod · 0.80
chownMethod · 0.80
_find_link_targetMethod · 0.80
_resolve_tar_file_or_dirFunction · 0.80
untar_fileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected