Home
last modified time | relevance | path

Searched refs:RunProcessPP (Results 1 – 3 of 3) sorted by relevance

/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/util/
H A Drunprocess.py30 class RunProcessPP(protocol.ProcessProtocol): class
114 self.pp = RunProcessPP(self, initial_stdin=self.initial_stdin)
/dports/devel/py-buildbot-worker/buildbot-worker-3.4.1/buildbot_worker/test/unit/
H A Dtest_runprocess.py77 runprocess.RunProcessPP.debug = True
168 pp = runprocess.RunProcessPP(s)
186 pp = runprocess.RunProcessPP(s)
476 s.pp = runprocess.RunProcessPP(s)
/dports/devel/py-buildbot-worker/buildbot-worker-3.4.1/buildbot_worker/
H A Drunprocess.py196 class RunProcessPP(protocol.ProcessProtocol): class
476 self.pp = RunProcessPP(self)