Home
last modified time | relevance | path

Searched refs:ischr (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dtarfile.py1475 def ischr(self): member in TarInfo
1959 if tarinfo.ischr() or tarinfo.isblk():
2199 elif tarinfo.ischr() or tarinfo.isblk():
/external/python/cpython2/Doc/library/
Dtarfile.rst627 .. method:: TarInfo.ischr()