Home | History | Annotate | Download | only in scheduler

Lines Matching refs:raw_contents

381     def _parse_pidfile(self, drone, raw_contents):
385 @param raw_contents: The raw contents of a pidfile, eg:
389 if not raw_contents:
391 lines = raw_contents.splitlines()