| |
- Slave
- rox.proxy.SlaveProxy(rox.proxy.Proxy)
-
- SuSlave
- Watch
class Slave |
|
This object runs as another user. Most methods behave in a similar
way to the standard python methods of the same name. |
|
Methods defined here:
- getuid(self, request)
- rmtree(self, request, path)
- setuid(self, request, uid)
- spawnvpe(self, request, mode, file, args, env=None)
- waitpid(self, request, pid, flags)
|
class Watch |
|
Contains a file descriptor and a function to call when it's ready |
|
Methods defined here:
- __init__(self, fd, fn)
- fileno(self)
| |