Example #1
0
 def create_time(self):
     return cext.proc_create_time(self.pid)
Example #2
0
 def create_time(self):
     return cext.proc_create_time(self.pid)
Example #3
0
 def create_time(self):
     """Return the start time of the process as a number of seconds since
     the epoch."""
     return cext.proc_create_time(self.pid)