Lines Matching defs:start
996 """Return the process start time expressed as a floating point number
1401 def relpath(path, start="."):
1405 if path and start and start == "/" and path[0] == "/":
1407 return os.path.relpath(path, start=start)
2486 # since the start of the process. (user and system time are
2487 # obtained relative to process start time, but wall time is an
2640 def start(self, cb, *args, **kwargs):
2655 self.__thread.start()