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

Method ischr

Lib/tarfile.py:1697–1699  ·  view source on GitHub ↗

Return True if it is a character device.

(self)

Source from the content-addressed store, hash-verified

1695 return self.type == LNKTYPE
1696
1697 def ischr(self):
1698 'Return True if it is a character device.'
1699 return self.type == CHRTYPE
1700
1701 def isblk(self):
1702 'Return True if it is a block device.'

Callers 2

listMethod · 0.80
_extract_memberMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected