Home | History | Annotate | Download | only in plat-mac

Lines Matching defs:processes

8 Note that the processes() function returns different values
13 So bottom line: the processes() stuff does not work on < MacOS9
166 # Get information about current processes in the Finder.
168 def processes():
169 """processes returns a list of all active processes running on this computer and their creators."""
220 all = processes()
815 # processes
816 pr = processes() # return a list of tuples with (active_processname, creatorcode)
817 print 'Return a list of current active processes:'