Searched refs:getstatus (Results 1 - 8 of 8) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dcommands.py9 outtext = commands.getstatus(file) # returns output of "ls -ld file"
26 __all__ = ["getstatusoutput","getoutput","getstatus"]
37 def getstatus(file): function
40 warnings.warn("commands.getstatus() is deprecated", DeprecationWarning, 2)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_commands.py63 with check_warnings((".*commands.getstatus.. is deprecated",
65 self.assertTrue(re.match(pat, commands.getstatus("/."), re.VERBOSE))
H A Dtest_pyclbr.py18 from commands import getstatus namespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dcommands.py9 outtext = commands.getstatus(file) # returns output of "ls -ld file"
26 __all__ = ["getstatusoutput","getoutput","getstatus"]
37 def getstatus(file): function
40 warnings.warn("commands.getstatus() is deprecated", DeprecationWarning, 2)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_commands.py63 with check_warnings((".*commands.getstatus.. is deprecated",
65 self.assertTrue(re.match(pat, commands.getstatus("/."), re.VERBOSE))
H A Dtest_pyclbr.py18 from commands import getstatus namespace
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DTix.py1608 def getstatus(self, entrypath): member in class:CheckList
1610 return self.tk.call(self._w, 'getstatus', entrypath)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DTix.py1608 def getstatus(self, entrypath): member in class:CheckList
1610 return self.tk.call(self._w, 'getstatus', entrypath)

Completed in 196 milliseconds