Searched refs:getstatus (Results 1 – 17 of 17) sorted by relevance
27 In Python 3.x, :func:`getstatus` and two undocumented functions50 .. function:: getstatus(file)72 >>> commands.getstatus('/bin/ls')
190 .. method:: audio port.getstatus(list)
78 The following variables are states as returned by :func:`getstatus`:163 .. method:: CD player.getstatus()
176 self.status = self.player.getstatus()181 def getstatus(self): member in Readcd182 return self.player.getstatus()
66 getstatus() -- Return the status information of the CD.
37 def getstatus(file): function
65 self.assertTrue(re.match(pat, commands.getstatus("/."), re.VERBOSE))
18 from commands import getstatus
522 .. method:: HTTPResponse.getstatus()
1615 .. method:: getstatus()
1587 def getstatus(self, entrypath): member in CheckList
1591 def getstatus(self, entrypath): member in CheckList
2693 The nonobvious commands.getstatus() function is now deprecated.
1523 :func:`~subprocess.getstatus` and :func:`~subprocess.getstatusoutput` now
17340 - Removed obsolete functions: commands.getstatus(), os.popen*().