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

Method isblk

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

Return True if it is a block device.

(self)

Source from the content-addressed store, hash-verified

1598 return self.type == CHRTYPE
1599
1600 def isblk(self):
1601 'Return True if it is a block device.'
1602 return self.type == BLKTYPE
1603
1604 def isfifo(self):
1605 'Return True if it is a FIFO.'

Callers 3

listMethod · 0.80
_extract_memberMethod · 0.80
makedevMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected