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

Method ischr

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

Return True if it is a character device.

(self)

Source from the content-addressed store, hash-verified

1594 return self.type == LNKTYPE
1595
1596 def ischr(self):
1597 'Return True if it is a character device.'
1598 return self.type == CHRTYPE
1599
1600 def isblk(self):
1601 '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