def name(self): return cext.proc_name(self.pid)
def name(self): """Return process name as a string of limited len (15).""" return cext.proc_name(self.pid)