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

Method islnk

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

Return True if it is a hard link.

(self)

Source from the content-addressed store, hash-verified

1590 return self.type == SYMTYPE
1591
1592 def islnk(self):
1593 'Return True if it is a hard link.'
1594 return self.type == LNKTYPE
1595
1596 def ischr(self):
1597 'Return True if it is a character device.'

Callers 6

_get_filtered_attrsFunction · 0.80
listMethod · 0.80
_get_extract_tarinfoMethod · 0.80
extractfileMethod · 0.80
_extract_memberMethod · 0.80
_resolve_tar_file_or_dirFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected