Home
last modified time | relevance | path

Searched refs:getstatus (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython2/Doc/library/
Dcommands.rst27 In Python 3.x, :func:`getstatus` and two undocumented functions
50 .. function:: getstatus(file)
72 >>> commands.getstatus('/bin/ls')
Dal.rst190 .. method:: audio port.getstatus(list)
Dcd.rst78 The following variables are states as returned by :func:`getstatus`:
163 .. method:: CD player.getstatus()
/external/python/cpython2/Lib/plat-irix6/
Dreadcd.py176 self.status = self.player.getstatus()
181 def getstatus(self): member in Readcd
182 return self.player.getstatus()
Dreadcd.doc66 getstatus() -- Return the status information of the CD.
/external/python/cpython2/Lib/plat-irix5/
Dreadcd.py176 self.status = self.player.getstatus()
181 def getstatus(self): member in Readcd
182 return self.player.getstatus()
Dreadcd.doc66 getstatus() -- Return the status information of the CD.
/external/python/cpython2/Lib/
Dcommands.py37 def getstatus(file): function
/external/python/cpython2/Lib/test/
Dtest_commands.py65 self.assertTrue(re.match(pat, commands.getstatus("/."), re.VERBOSE))
Dtest_pyclbr.py18 from commands import getstatus
/external/python/cpython3/Doc/library/
Dhttp.client.rst522 .. method:: HTTPResponse.getstatus()
Durllib.request.rst1615 .. method:: getstatus()
/external/python/cpython3/Lib/tkinter/
Dtix.py1587 def getstatus(self, entrypath): member in CheckList
/external/python/cpython2/Lib/lib-tk/
DTix.py1591 def getstatus(self, entrypath): member in CheckList
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst2693 The nonobvious commands.getstatus() function is now deprecated.
/external/python/cpython3/Doc/whatsnew/
D3.4.rst1523 :func:`~subprocess.getstatus` and :func:`~subprocess.getstatusoutput` now
/external/python/cpython3/Misc/
DHISTORY17340 - Removed obsolete functions: commands.getstatus(), os.popen*().