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

Method ischr

Lib/tarfile.py:1678–1680  ·  view source on GitHub ↗

Return True if it is a character device.

(self)

Source from the content-addressed store, hash-verified

1676 return self.type == LNKTYPE
1677
1678 def ischr(self):
1679 'Return True if it is a character device.'
1680 return self.type == CHRTYPE
1681
1682 def isblk(self):
1683 '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